英文:
Emulate Apple Pay in an nfc Tag
问题
我尝试模拟在 NFC 标签上使用 Apple Pay 进行支付。该标签是 NTAG213 型号,我想了解是否可以实现这一目标以及如何操作。我尝试下载 nfctools,但没有直接的功能可以配置支付。
英文:
i'm trying to emulate apple pay on a nfc tag to make payments through it. The tag is an NTAG213 and I would like to understand if it is possible to do it and how. I tried downloading nfctools but there are no direct functions that allow you to configure the payment
答案1
得分: 1
不可能,NTAG213是一种第2型NFC标签,而NFC付款使用ISO 7816(与NFC第4型标签使用相同)进行通信。即使您尝试使用商用NFC第4型标签,也无法配置它以执行支付所需的应用程序协议。
英文:
Not possible, an NTAG213 is a Type 2 NFC Tag where as NFC payments use ISO 7816 (as used by NFC Type 4 Tags) to communicate.
Even if you tried with a commercially available NFC Type 4 Tag then you won't be able to configure it operate the Application protocols needed for payment.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论