iPhone:如何在使用连接的设备刷卡时收集信用卡信息?
我想在我的应用程序中添加信用卡刷卡功能。 我需要什么才能让它发挥作用? 我所需要的只是 1.刷卡 2. 使用卡信息填充视图上的字段 3.将填充的内容存储到数据库中(我在这个数据库部分有一个想法),稍后将用于进一步处理。 请帮助我如何开始为此编程。我有读卡器设备。我需要做什么?
I want to add credit card swipe feature to my application.
What do I need to make it work?
All I need is
1. Swipe the card
2. Populate the fields on the view with the card info
3. Store that populated into database(I have an idea in this db part), which will be used for further process later.
Please help me how to start programming for this. I have card reader device. What do I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该设备附带 SDK 和完整文档。您只需运行 SDK 附带的示例应用程序即可。如果它工作正常,您可以将其集成到您的项目中。我的设备附带 2.7 SDK,但这对我来说不起作用,然后我升级到 3.3 SDK。
3.3 SDK 版本对我来说工作正常。
The device comes with the SDK and Full documentation. You just run the sample application that comes with SDK. If its working correctly, u can integrate the same in ur project. My device came with 2.7 SDK but that did not work for me, then I upgraded to 3.3 SDK.
3.3 SDK version working fine for me.