Notification Settings opens the Settings root instead of Gotcha notifications #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In the iPhone 17 Pro simulator running iOS 26.5, Gotcha's Notification Settings row opens the top-level iOS Settings screen instead of Gotcha's notification settings page.
Reproduction
Actual result
iOS Settings opens at its top-level screen.
Expected result
iOS Settings opens Gotcha's notification settings page so the user can manage alerts, sounds, Focus, and summaries.
Implementation constraint
Keep the solution on Apple's documented public UIKit settings APIs. Do not use private
prefs:,App-Prefs:, orsettings-navigation:URL schemes. Verify the final behavior in the iPhone 17 Pro simulator and updateTESTING.mdif the scenario changes.tentatively closed, waiting for confirmatgion from the on-device test.