cardflight-v4-ios
CardFlight SDK Version 4 for iOS
How to Install
CocoaPods
CocoaPods is the recommended method of installing CardFlight.
Podfile
platform :ios, '8.0'
pod "CardFlight-v4"
Github
- Clone this repo into your project.
git clone https://github.com/CardFlight/cardflight-v4-ios
- Add the framework to your Xcode project
CardFlight.framework
- Update the plist for the target that will use the library
key - Privacy - Microphone Usage Description
value - Microphone access is required for the app to communicate with audio jack based card readers
key - Privacy - Bluetooth Peripheral Usage Description
value - Bluetooth access is required for the app to communicate with bluetooth based card readers
- (For Bold series reader only) Add Bold accessory protocol string to plist
key - Supported external accessory protocols
value - com.miura.shuttle
value - com.cardflight.bold
Documentation
Full documentation can be found here.