Plugin.NFC icon indicating copy to clipboard operation
Plugin.NFC copied to clipboard

Cannot install in iPhone with iso7816.select-identifiers as key and value

Open RsZoli opened this issue 4 months ago • 0 comments

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

  1. Create a new MAUI application
  2. Follow the readme tutorial
  3. 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

Screenshots

Reproduction Link

RsZoli avatar Oct 22 '24 21:10 RsZoli