-
I'm trying to create a ticketing-type app. These are not NDEF enconded, and I'm using Am I missing something or is this a limitation on iOS? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
in iOS there is the https://developer.apple.com/documentation/corenfc/nfcndefreadersession/2882064-init Not sure this is exposed by this lib |
Beta Was this translation helpful? Give feedback.
Thanks, @nik27! I was able to use
NfcManager.restartTechnologyRequestIOS()
for subsequent reads, which is working nicely. Cheers.