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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a ticketing-type app. These are not NDEF enconded, and I'm using
.sendMifareCommandIOS
to read the tags. I'd like to read multiple tags in succession, but on iOS that doesn't seem possible. The only way I can make it work is if the iOS NFC UI is dismissed after each read and the user hits my Start Scanning button again to read the next tag.Am I missing something or is this a limitation on iOS?
Beta Was this translation helpful? Give feedback.
All reactions