Plugin.NFC
Plugin.NFC copied to clipboard
Cannot install in iPhone with iso7816.select-identifiers as key and value
Description
If this string is added as key and as a value as well, i can not install the app on any iPhone
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<string>com.apple.developer.nfc.readersession.iso7816.select-identifiers</string>
However any of these variations are working fine:
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>D2760000850100</string>
</array>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<string>D2760000850100</string>
Steps to Reproduce
- Create a new MAUI application
- Follow the readme tutorial
- Put the "com.apple.developer.nfc.readersession.iso7816.select-identifiers" value as a key and value as well into the info.plist file
Expected Behavior
The builded app installs without problem
Actual Behavior
The builded app cannot be installed
Basic Information
- Version with issue:
- Last known good version:
- IDE:
- Platform Target Frameworks:
- iOS: 17.7
- Android:
- UWP:
- Nuget Packages:
- Affected Devices: iPhone 15