CardIOSDK
CardIOSDK - 原生 card.io iOS 库的封装,便于将 card.io 集成到 Swift 框架中。
其他功能
该封装包含其他功能 - 可以设置 `CardIOPaymentViewController
` 的首选摄像头位置。
CardIOPaymentViewController
- (id)initWithPaymentDelegate:(id<CardIOPaymentViewControllerDelegate>)aDelegate scanningEnabled:(BOOL)scanningEnabled preferredDevicePosition:(AVCaptureDevicePosition)preferredDevicePosition;
集成
CocoaPods,请在 Podfile 中添加以下行:
如果使用pod 'CardIOSDK'
有用的链接
- 原始 card.io iOS 库 - https://github.com/card-io/card.io-iOS-SDK
- 原始 card.io iOS 源代码 - https://github.com/card-io/card.io-iOS-source
- CardIOSDK 源代码 - https://github.com/verygoodsecurity/card.io-iOS-source
- VGSCollectSDK - 安全地扫描和收集信用卡数据 - https://github.com/verygoodsecurity/vgs-collect-ios
欢迎提交包含新功能的拉取请求!