Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RsZoli opened this issue Oct 22, 2024 · 0 comments
Open

Comments

@RsZoli
Copy link

RsZoli commented Oct 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant