The 1.7.0 release boasts SEPA support, a build for the arm64 architecture (iPhone 5S), and some cleanup as detailed below:
You can download the new version
here, and get started
here.
New feature: SEPA support
You can process the SEPA direct debit scheme with mandates. Simply provide a unique mandate ID (e.g. your user ID/email) and a due date along with the usual IBAN and BIC (for international transactions). See
here how this works in code. PAY.ON gives a pretty good overview what it takes to get
SEPA-ready from a business perspective..
New feature (iOS only): arm64 build
There is now an arm64 build that comes bundled with the SDK. This allows you to build natively for the iPhone 5S.
New feature (iOS only): integrated networking library
Our networking library is now integrated into the framework. This means a slightly bigger SDK size, but you are now free to choose any networking library in your app, in particular any version of AFNetworking. SystemConfiguration.framework is a new dependency of 1.7.0.
Bugfix: Removed China Union Pay as payment scheme
We removed the processing of China Union Pay because it would require a
redirect.
Cleanup: Removed unused API calls
We removed unused API calls, e.g. the possibility to upload a customer's signature. Use our
mPOS SDK if you would like to process cards with a card reader.