Is it possible to read out the Uid of a NFC chip on ios? I stumbled upon a post from 2017 that said Apple doesn't allow it and I also only get an empty array when trying to get the Uid. So is there any way to read the Uid and if not: will this be possible in the future? Because I don't see a reason why this shouldn't be allowed.
Asked
Active
Viewed 37 times
1
-
Yes you can, using CoreNFC. – Ravi Kumar Jan 31 '19 at 09:18
-
iOS 13 changes this: https://stackoverflow.com/questions/57978507/reading-uids-of-nfc-cards-in-ios-13 – Sean Dev Sep 18 '19 at 10:41