revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.33k stars 317 forks source link

catch security exception on out of date tags #669

Closed vishaljak closed 9 months ago

vishaljak commented 10 months ago

Not the fix I want but this should stop the app from crashing at least, when the tag becomes out of date. A security exception is thrown when a tag is out of date, this exception was not being caught.

I am looking deeper into this issue, hopefully I find a better solution which shouldn't even raise this exception.

whitedogg13 commented 9 months ago

@vishaljak thanks for the contribution!