|
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? |
Answered by
dcanora
Sep 17, 2024
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 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, @nik27! I was able to use
NfcManager.restartTechnologyRequestIOS()for subsequent reads, which is working nicely. Cheers.