[TIMOB-25313] iOS 11: Support for NFC (Parity with Android)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-03-11T20:20:53.000+0000 |
Affected Version/s | Release 6.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | nfc |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2017-09-18T06:30:19.000+0000 |
Updated | 2018-03-11T20:20:53.000+0000 |
Description
We provide NFC functionalities for Android since a while now. As iOS supports the same since iOS 11, we should try go gain some parity between both. The difference is still that Android can also write and detect more types, but at least the NDEF-handling is pretty similar.
PR: https://github.com/appcelerator-modules/ti.nfc/pull/17 Test-case including required pre-configuration can be found [here](https://github.com/hansemannn/ti.nfc/blob/340f73a1c6c340a473e527a6bdb2aeb552fe5de7/ios/example/app.js)! The titanium_mobile repo will be updated once the module-PR is merged and the 2.0.0 version is released.