okadan
okadan
Poor information, but It seems that your target tag type is not listed in Info.plist file. Check the following properties: * [com.apple.developer.nfc.readersession.felica.systemcodes](https://developer.apple.com/documentation/bundleresources/information_property_list/systemcodes) * [com.apple.developer.nfc.readersession.iso7816.select-identifiers](https://developer.apple.com/documentation/bundleresources/information_property_list/select-identifiers) Also check the example [Info.plist](https://github.com/okadan/nfc-manager/blob/master/ios/Runner/Info.plist) in...
What is your target tag type? If your tag type is Iso7816, you need to list the AID of that tag to read it.
Find an AID of ISO7816 tag yourself, then list it in `com.apple.developer.nfc.readersession.iso7816.select-identifiers` section in your `Info.plist`
@aakashr143 I think you should remove the NDEF entry on entitlement file.
I think we need to consider the case when it is invoked on iOS.
@sabardotnet Android seems to use SAK to distinguish between different tags, but it doesn't catch all SAKs. (Exception is thrown in [MifareClassic.java](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/nfc/tech/MifareClassic.java)) This plugin may need to skip the MifareClassic...
Currently not supported. But we could implement a dart stream receives the [ACTION_ADAPTER_STATE_CHANGED](https://developer.android.com/reference/android/nfc/NfcAdapter#ACTION_ADAPTER_STATE_CHANGED). (Android only)
@ishwaryamamidi `onError` catches errors related to the session on iOS. See: https://pub.dev/documentation/nfc_manager/latest/nfc_manager/NfcManager/startSession.html > (iOS only) onError is called when the session is stopped for some reason after the session has...
This issue will be resolved in v4.0.0. (#128)
This issue will be resolved in v4.0.0. (#128)