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
Hi! I built iPhone Concierge, a Next.js web app that provides step-by-step iPhone settings guides for seniors.
I'm using your ios-settings-urls repo as the reference for prefs:root= deep links. It's been incredibly helpful — the JSON is well-structured and easy to work with.
A few notes from my experience:
iOS 26 compatibility — I added "Screen Unknown Callers" (prefs:root=Phone#INTELLIGENT_CALL_SCREENING_MENU_TITLE) based on issue "Screen Unknown Callers" Direct Link Found #102. This was a breaking change from the old "Silence Unknown Callers" deep link.
Apps reorganization — iOS 26 moved per-app settings under Settings > Apps > [App]. The deep links still work, but user-facing instructions need updating (e.g., "Settings > Phone" → "Settings > Apps > Phone"). I handle this in my pack descriptions.
Use case — I'm generating dynamic guide pages from your URL list. Each "setting" in my app links to the appropriate deep URL via an Apple Shortcuts relay.
Would love to be listed as a project using your data, and happy to help test or contribute back!
Keep up the great work — this repo is a hidden gem.
Hi! I built iPhone Concierge, a Next.js web app that provides step-by-step iPhone settings guides for seniors.
I'm using your ios-settings-urls repo as the reference for
prefs:root=deep links. It's been incredibly helpful — the JSON is well-structured and easy to work with.A few notes from my experience:
iOS 26 compatibility — I added "Screen Unknown Callers" (
prefs:root=Phone#INTELLIGENT_CALL_SCREENING_MENU_TITLE) based on issue "Screen Unknown Callers" Direct Link Found #102. This was a breaking change from the old "Silence Unknown Callers" deep link.Apps reorganization — iOS 26 moved per-app settings under Settings > Apps > [App]. The deep links still work, but user-facing instructions need updating (e.g., "Settings > Phone" → "Settings > Apps > Phone"). I handle this in my pack descriptions.
Use case — I'm generating dynamic guide pages from your URL list. Each "setting" in my app links to the appropriate deep URL via an Apple Shortcuts relay.
Would love to be listed as a project using your data, and happy to help test or contribute back!
Keep up the great work — this repo is a hidden gem.