0

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.

Jan Moritz
  • 2,145
  • 4
  • 23
  • 33

1 Answers1

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

  • 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