Hello, we're having problems running the sample code for HCE https://developer.apple.com/documentation/corenfc/cardsession/
We have the necessary HCE Entitlements in place. Everything is configured according to the guidelines in both the entitlements and info.plist files.
Unfortunately, when trying to execute the code, the app crashes and the state is as follows:
NFCReaderSession.readingAvailable = true
CardSession.isSupported = true
And the crash happens after executing CardSession.isEligible
With
CoreNFC/NFCCardSession.swift:451: Fatal error: Missing required entitlement
The app runs on iOS 18.0 (22A5338b). Our account is registered in Bulgaria, which is part of the EEA, and the tests are run in Bulgaria.