semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

Adding reading of NFC TAG ID #7

Closed SWAG-DevTeam closed 5 years ago

SWAG-DevTeam commented 5 years ago

Il would be good to add support to NFC tag ID (tag unique serial number) on tag reading.

Please do you plan to add such feature ?

semlette commented 5 years ago

Hi

I am currently working on a big update that will indeed make it possible to get the tag’s UID. Note that it will not be possible on Apple devices running iOS < 13 due to API restrictions.

SWAG-DevTeam commented 5 years ago

This is a good news.

I Heard about spacial API that make it possible on iOS. https://forums.developer.apple.com/thread/89287

What do you think about it ?

semlette commented 5 years ago

Reading about Private APIs on iOS, it seems clear that Apple will reject your app on the App Store if you use private APIs. I don’t want anyone’s apps to be rejected just because this plugin used 1 private API.

semlette commented 5 years ago

I have released v1.2.0 which adds a .id property to NDEFMessage. This should contain the tag’s UID. As previously said it only contains a value on Android.

SWAG-DevTeam commented 5 years ago

This IS a great news. Thank you very much. Congratulations for this achivement.

SergeShkurko commented 4 years ago

Any news about support UID reading on ios?

SergeShkurko commented 4 years ago

NFC Tools app for ios already support it IMG_0196