I invoked the getNotificationSettingsWithCompletionHandler method of UNUserNotificationCenter on multiple test devices. After dismissing the notification permission request dialog (without explicit denial), the returned UNNotificationSettings object showed inconsistent authorizationStatus values across OS versions:
**iOS 18: Returns UNAuthorizationStatusNotDetermined iOS 14.2:** Returns UNAuthorizationStatusDenied Where can I find official Apple documentation explaining this behavioral discrepancy between system versions?
Changes like these are usually documented in iOS & iPadOS Release Notes
As also noted in that document, for issues not mentioned in release notes, send feedback through Feedback Assistant..
When writing your report, please include the full version number in the title and in the description. This looks like “13 (17A_xxxx_).” You can find the full version number in Settings > General > About > Version.
Bug Reporting: How and Why? has tips on creating a successful bug report.