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.