Description: While testing Core NFC functionality on iOS 26 beta, when the NFC switch is turned off, the system automatically displays an alert. The alert contains two buttons: “Cancel” and “Settings”.
Expected Behavior: When the user taps the “Settings” button, the system should navigate to the system settings page where the NFC switch can be turned on.
Actual Behavior:
The alert appears as expected
Tapping the “Settings” button does not navigate to the system settings page
No callback is triggered in the app’s NFC session
Steps to Reproduce:
Turn off the NFC switch on an iOS 26 beta device
Trigger Core NFC functionality (e.g., NFCNDEFReaderSession or NFCTagReaderSession)
The system alert appears indicating NFC is turned off
Tap the “Settings” button
Impact: Users cannot directly navigate to enable NFC from the system alert, making NFC features in the app unusable and negatively affecting user experience.
Device Information:
iOS Version: iOS 26 beta
Device Model: iPhone 14pro
App uses Core NFC APIs to trigger NFC sessions