You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add Plugin.NFC
Add required lines to info.plist and entitlements.plist
Make sure scanning works
Build release to distribution
Submit to Apple App Store
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
Version with issue: 0.1.26
Last known good version:
IDE:
Platform Target Frameworks:
iOS: 17.5
Android:
UWP:
Nuget Packages:
Affected Devices:
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered:
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.
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
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: