iPhone:如何在使用连接的设备刷卡时收集信用卡信息?

发布于 2024-11-10 06:48:21 字数 148 浏览 2 评论 0原文

我想在我的应用程序中添加信用卡刷卡功能。 我需要什么才能让它发挥作用? 我所需要的只是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何其悲哀 2024-11-17 06:48:21

该设备附带 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文