Skip to content

iPhone Concierge — using your settings URLs in production #104

@athal7

Description

@athal7

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:

  1. 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.

  2. 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.

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions