Appcelerator wrapper for the Card.io credit card scanning library. Use the phone's camera to read credit card numbers and expiration dates.
On new versions of iOS, you must set NSCameraUsageDescription (in tiapp.xml):
<key>NSCameraUsageDescription</key>
<string>Scan credit cards</string>
Methods:
Events:
See example/app.js for usage.
Since the python build script was deprecated, you should build with the following command (cd into iphone
first)
appc ti build -p ios --build-only