Skip to content

Releases: balanced/balanced-ios

1.0.1

18 Mar 20:25
Compare
Choose a tag to compare

arm64 support
Fixed various warnings
Standardized user agent string

1.0 (beta1)

03 Feb 19:42
Compare
Choose a tag to compare
1.0 (beta1) Pre-release
Pre-release

Updated for Balanced API 1.1.

Balanced instances do not need a marketplace URI since Balanced API 1.1 no longer requires authenticated tokenization. For you this means you'll get back a response containing a card href and other attributes. Send the href to your server. Any authenticated operation from your server will claim the card for your marketplace, for example, associating a card to a customer or even just a simple card fetch.

Tokenizing is now done directly through the Balanced class via createCardWithNumber and createBankAccountWithRoutingNumber respectively. If the card or bank account is invalid, the block supplied as the errorBlock parameter will be called. The userInfo in the error dictionary should have an errors key containing an NSDictionary of validation error messages.

Fixed an issue with expiration date checking before attempting to submit card information to the Balanced API.

0.5

24 Oct 22:12
Compare
Choose a tag to compare
0.5
  • Xcode 5 compatibility
  • Restructure response to be inline with balanced.js - #13
  • Removed requirement to supply security code - #12

0.4

08 Jul 14:26
Compare
Choose a tag to compare
0.4
  • Now builds a static library instead of a framework.
  • Travis-ci now automatically runs the test suite.
  • Added support for armv7s.
  • Fixed build target issues.