Do I need to edit the Runner.entitlements file?

Custom Code

I'm considering developing software that accesses NFC tags.

I'm creating a custom action using this nfc_manager.

https://pub.dev/packages/nfc_manager

In preparation for use, it says "Add Near Field Communication Tag Reader Session Formats Entitlements to your entitlements."

In other words, in FlutterFlow, should I just edit the "AppName\ios\Runner\Runner.entitlements"

file directly?

The custom action itself is working fine.

Only iOS does not work with NFC.

Android does work.

I'm a Windows PC user, so I can't use Xcode.

What have you tried so far?

I added the appropriate text to the following two files using a text editor, but NFC doesn't work on iOS.It works on Android.

・AppName\ios\Runner\Info.plist

・AppName\ios\Runner\Runner.entitlements

Did you check FlutterFlow's Documentation for this topic?
Yes
1
4 replies