You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful on both Android and iOS side to allow the caller to select only the NFC technologies they want. I currently do not have much time, but will work on it and include it in the next release.
Hello,
I found an issue starting since v1.2.0.
Since that time the iOS version tries to detect different types of NFC tags:
NFCTagReaderSession(pollingOption: [.iso14443, .iso15693, .iso18092], delegate: self)
before it only used
NFCTagReaderSession(pollingOption: [.iso14443], delegate: self)
As i only use iso14443 tags in a security sensitive application, it is for me a security issue to add entitlements for unused tag technologies.
Would it be possible to add the tag type to FlutterNfcKit.poll ?
Thank you very much!
The text was updated successfully, but these errors were encountered: