-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIDs with iOS13 and Ionic Cordova #380
Comments
@don I just created a forked repo to return the uid, can you check it out and add this feature. Thanks |
Great work @vuptt your fork does pull the IDs however when using addTagDiscoveredListener() and scanning an NXP MIFARE Classic 4k (ISO 14443-3A) it is no longer detected. Though I think this is down to apple not bringing compatibility to the MIFARE Classic variants. Whoever reads this may also like read this article as you'll see other issues on this repo mention accessing the uid will cause your app to be rejected. I could be wrong but it looks like iOS 13 now allows this access. |
@GeorgeD19 I don't think addTagDiscoveredListener work on ios. |
@vuptt I can confirm addTagDiscoveredListener does work on iOS however with the new implementation in your fork it misses out specifically MIFARE classic, it's fine with other tags like MIFARE ultralight. I do not think this any bug though, when I read into it I think apple outright doesn't like MIFARE classic when it comes to grabbing the uid. You can scan MIFARE classic without the uid no problem. |
Hello together. Thank you all for your great work. We are really happy to use your work daily. But we need to read out the UID of the NFC Chips. But this is now not possible. Or what is missing in the Cordova plugin in order to read out the NFC UID? Thank you. |
Fixed by #399. Released in phonegap-nfc 1.1.0. You can get the UID on some tags. See nfc.scanTag |
Hi,
tried to create an ios-ionic-cordova app to simply read out an UID from an NFC Chip using this Code:
Baiscally just alert anything from the event in JSON so I can read it without a console. What I got back was:
As you can see the ID is empty. Is there any way I can access this now or maybe in future releases?
The text was updated successfully, but these errors were encountered: