NFC reader application on iOS without modifications in Xcode?

Troubleshooting

Has any of you successfully created an NFC reader application for iOS directly deploying from Flutterflow? (without any additional modifications in Xcode)

Among permissions in App Settings in Flutterflow I have the NFCReaderUsageDescription key with a value. When creating the app's identifier in Apple's Developer portal I have enabled the NFC Tag Reading capability.

I am trying to read ndef tags. I use the nfc_manager in my custom function to read the NFC tag.

On Android everything works fine. On iOS the "Ready to scan" alertmessage doesn't appear when trying to read out the tag. For reference this is the missing alert:

Any help or suggestion is highly appreciated. I am looking for "pure" FlutterFlow based solutions as I want to deploy from there (so xcode based solutions are not an option).

Thank you


What have you tried so far?

Among permissions in App Settings in Flutterflow I have the NFCReaderUsageDescription key with a value. When creating the app's identifier in Apple's Developer portal I have enabled the NFC Tag Reading capability.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
7 replies