Skip to content

Instantly share code, notes, and snippets.

@dannycabrera
Created September 27, 2013 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dannycabrera/6730686 to your computer and use it in GitHub Desktop.
Save dannycabrera/6730686 to your computer and use it in GitHub Desktop.
iOS URL scheme index
http://handleopenurl.com & http://www.wiki.akosma.com/IPhone_URL_Schemes#Phone
tel - telephone (http://handleopenurl.com/scheme/phone)
html ex: <a href="tel:0031204637000">Call us</a>
native ex1: tel:0031204637000
native ex2: telprompt:##########
Apple Settings App (http://handleopenurl.com/scheme/apple-settings-app)
native ex: prefs:root=General&path=Bluetooth
html ex: <a href="prefs:root=AIRPLANE_MODE">Switch to airplane mode</a>
Pref Settings:
Airplane mode: prefs:root=AIRPLANE_MODE
Bluetooth: prefs:root=General&path=Bluetooth
Brightness: prefs:root=Brightness
Location services: prefs:root=LOCATION_SERVICES
Location services (System services): prefs:root=LOCATION_SERVICES_Systemservices
Hotspots: prefs:root=Hotspot
WLAN: prefs:root=WIFI
UMTS-Settings: prefs:root=General&path=Network
Mobile data: prefs:root=General&path=USAGE/CELLULAR_USAGE
VPN: prefs:root=General&path=Network/VPN
Sound: prefs:root=Sounds
Rigntone: prefs:root=Sounds&path=Ringtone
Siri speech settings: prefs:root=General&path=Assistant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment