cardflight-v4-ios
CardFlight SDK 版本 4 for iOS
如何安装
CocoaPods
CocoaPods 是推荐安装 CardFlight 的方法。
Podfile
platform :ios, '8.0'
pod "CardFlight-v4"
微博
- 将此版本库克隆到您的项目中。
git clone https://github.com/CardFlight/cardflight-v4-ios
- 将框架添加到您的Xcode项目中
CardFlight.framework
- 更新将使用库的目标的plist文件
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
- (只适用于Bold系列阅读器) 将Bold辅助协议字符串添加到plist中
key - Supported external accessory protocols
value - com.miura.shuttle
value - com.cardflight.bold
文档
完整文档可在此处找到 here。