I have implemented nfc reading in an Flutter project with nfc_manager . Android works fine, but the iOS does not detect any thing and afetr some time it got timeout error.
I have done the 3 steps for iOS based on the documentation.
- Add Near Field Communication Tag Reader Session Formats Entitlements to your entitlements.
- Add NFCReaderUsageDescription to your Info.plist.
3.Add com.apple.developer.nfc.readersession.felica.systemcodes and com.apple.developer.nfc.readersession.iso7816.select-identifiers to your Info.plist as needed.
Im sure about 1st and 2nd step, but Im not sure to implement step 3 in a correct way.
What should I set to these two variables
Please help me to fill the varable with the correct values.