Can we emulate NFC cards in iOS 13?

泪湿孤枕 提交于 2020-06-08 03:39:17

问题


Apple just announced new NFC Core API to public.

Here is what they said.

Core NFC

With Core NFC framework, your apps can now support tag writing, including writing to NDEF formatted tags. The framework also provides supports for reading and writing tags using native protocols such as ISO 7816, MIFARE, ISO 15693, and FeliCa. For more information, see the Core NFC framework documentation.

https://developer.apple.com/ios/whats-new/

So, now we have write and read API, and I read all documentation about Core NFC, but I couldn't find about card emulation.

Does this mean we can emulate the card like Android HCE? If yes, what API I have to use?


回答1:


Also couldn't find any sign of HCE support in iOS 13 Core NFC and this really isn't a surprise. Supporting HCE would make it easier for payment companies to implement alternatives to Apple Pay, which Apple certainly will want to prevent.



来源:https://stackoverflow.com/questions/56440059/can-we-emulate-nfc-cards-in-ios-13

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!