ios setting url

  • Apple ID → (root): prefs:root=APPLE_ACCOUNT
  • Apple ID → Name, Phone Numbers, Email: prefs:root=APPLE_ACCOUNT&path=APPLE_ACCOUNT_CONTACT
  • Apple ID → Password & Security: prefs:root=APPLE_ACCOUNT&path=PASSWORD_AND_SECURITY
  • Apple ID → Payment & Shipping: prefs:root=APPLE_ACCOUNT&path=PAYMENT_AND_SHIPPING
  • Apple ID → Subscriptions: prefs:root=APPLE_ACCOUNT&path=SUBSCRIPTIONS
  • iCloud → (root): prefs:root=CASTLE or prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE
  • iCloud → Keychain: prefs:root=CASTLE&path=com.apple.Dataclass.KeychainSync or prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE/com.apple.Dataclass.KeychainSync
  • iCloud → iCloud Backup: prefs:root=CASTLE&path=BACKUP or prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE/BACKUP
  • iCloud → Find My: prefs:root=APPLE_ACCOUNT&path=LOCATION_SHARING
  • iCloud → Family Sharing: prefs:root=APPLE_ACCOUNT&path=FAMILY
  • iCloud → Hide My Email: prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE/PRIVATE_EMAIL_MANAGE
Continue reading “ios setting url”

ios shortcuts pref usage

There is a long list of shortcut codes. All shortcuts are created in the same way, only the code you need to change. All codes start with prefs: root

iCloud

  • iCloud: prefs:root=CASTLE
  • iCloud Backup: prefs:root=CASTLE&path=BACKUP

Wireless Radios

  • Wi-Fi: prefs:root=WIFI
  • Bluetooth: prefs:root=Bluetooth
  • Cellular: prefs:root=MOBILE_DATA_SETTINGS_ID

Personal Hotspot

  • Personal Hotspot: prefs:root=INTERNET_TETHERING
  • Personal Hotspot ⇾ Family Sharing: prefs:root=INTERNET_TETHERING&path=Family%20Sharing
  • Personal Hotspot ⇾ Wi-Fi Password: prefs:root=INTERNET_TETHERING&path=Wi-Fi%20Password

VPN

  • VPN: prefs:root=General&path=VPN
Continue reading “ios shortcuts pref usage”