[MOD-2586] iOS: Update "ti.nfc" to support ISO7816, ISO15693, FeliCa, and MIFARE tags
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | NFC |
Labels | 2020-Q3, MIFARE, ios, module, nfc, ti.nfc |
Reporter | Joshua Quick |
Assignee | Anil Shukla |
Created | 2020-03-17T21:59:53.000+0000 |
Updated | 2021-05-17T16:32:40.000+0000 |
Description
*Summary:*
iOS 14 added support for the following NFC tag types:
* ISO7816
* ISO15693
* FeliCa
* MIFARE
We should update our "ti.nfc" module to support the above.
*Note 1:*
This would mean adding support for iOS 13's new
NFCTagReaderSession
API.
https://developer.apple.com/documentation/corenfc/nfctagreadersession
*Note 2:*
The Android version of the "ti.nfc" module should already support all of the tags documented below. Although we should verify MIFARE support just in case after adding support on iOS.
https://developer.android.com/reference/android/nfc/tech/package-summary
Wiki Document: - https://wiki.appcelerator.org/display/~ssingh/NFC
No comments