-
Notifications
You must be signed in to change notification settings - Fork 69
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
Apple App Store submission fails validation #151
Comments
Searched online and people said to remove the entries from entitlements.plist. This allowed the app to be submitted without error; but IsNFCAvailable returns false. |
Checked Apple's documentation. NDEF isn't a valid entry. Just include TAG. |
I'm facing similar problems. The nugget works great on Android devices but on IOS is giving me always CrossNFC.Current.IsAvailable == false. I followed all the instructions on the ReadMe, also I tryed to delete NDEFF as suggested above. Nothing works... The problem is happening on IOS 17.5.1 running on Iphone 11 and on IOS 16.7.8 running on iphone 8 plus Any ida of what could be happening? |
Same problem here. As @donmesserli said, I solved my problem by updating entitlements.plist and removing NDEF. The following entitlements.plist works on my iOS 18.1:
|
Description
Have an app that is working on a device with a debug build. Created a release build IPA for distribution and when I try to submit it to the App Store, I receive the followig message...
Asset validation failed (90778) Invalid entitlement for core nfc framework. The sdk version '17.5' and min OS version '13.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'. (ID: f2f20a6b-7c28-4a7f-a2e9-8fe8233a5e81)
Steps to Reproduce
Expected Behavior
No erros
Actual Behavior
Asset validation failed (90778) Invalid entitlement for core nfc framework. The sdk version '17.5' and min OS version '13.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'. (ID: f2f20a6b-7c28-4a7f-a2e9-8fe8233a5e81)
Basic Information
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: