I was not able to find a working example using the new NFCTagReaderSession functionality that has been introduced in iOS 13. Perhaps some one could post one here.
Asked
Active
Viewed 2,534 times
1 Answers
1
please have a look at this stackoverflow entry - it already contains some more infos: "Missing required entitlement" for NFCTagReaderSession
e.g. after adding the entitlement, and the plist entry, you should focus on a supported polling option like iso 14443

Marco Nordlicht
- 19
- 1
-
Kindly try to add a brief explanation of what's in the link to your answer. it will give it more value. – Zeina Jun 06 '19 at 08:19
-
sure - the link shows some code snippets for implementation, however it won't work if include . iso18092 right now - which might be possible soon - so you should focus on one of the other options – Marco Nordlicht Jun 07 '19 at 09:03