To get Application ID for NFC based Identification System
I am working on nfc based Identification System. I am storing data on android device and at the time of Identification The nfc reader reads the data from android device for this thing the android device should run in HOST based card emulation based on ISO/IEC 14443-3 and for the deployment the nfc reader send the Application ID to identify service as per Google Developer NFC documentation so how i get the application id for custom application
根据文档:“具体来说,Android 4.4支持基于NFC论坛ISO-DEP规范(基于ISO / IEC 14443-4)的仿真卡”“因此,您无法使用此基于ISO 14443-3的HCE。
If you are creating a proprietary application using HCE then it is up to you to create the AID used by the reader and registered by the app. You can choose any AID but see this Setting up host card emulation answer for more detail about how to choose the AID to avoid clashes with other apps.
链接地址: http://www.djcxy.com/p/88612.html