Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not needed entitlements #15

Closed
bottee opened this issue Oct 1, 2020 · 2 comments
Closed

Not needed entitlements #15

bottee opened this issue Oct 1, 2020 · 2 comments
Assignees

Comments

@bottee
Copy link

bottee commented Oct 1, 2020

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!

@Harry-Chen
Copy link
Contributor

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.

Harry-Chen added a commit that referenced this issue Nov 14, 2020
@Harry-Chen
Copy link
Contributor

Fixed in 43c084e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants