Skip to content

Instantly share code, notes, and snippets.

@kelvinq
Created July 1, 2019 12:19
Show Gist options
  • Save kelvinq/ce4d83496d97a7fa32cfeec24376fa34 to your computer and use it in GitHub Desktop.
Save kelvinq/ce4d83496d97a7fa32cfeec24376fa34 to your computer and use it in GitHub Desktop.
Android/IOS Mobile App URL Handler Protocols Deep Linking
Mobile Deep Link URL scheme Protocol Handler for Required Applications
https://en.wikipedia.org/wiki/Mobile_deep_linking
https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html
https://developer.chrome.com/multidevice/android/intents
LINE
line://msg/text/?{text_message}
Instagram
instagram://user?username=untitled
Facebook
fb://page/<Facebook Page ID>
WhatsApp
whatsapp://send?text=MESSAGE&phone=+NUMBER
QRCode
https://zxing.org/w/chart?cht=qr&chs=230x230&chld=L&choe=UTF-8&chl=http%3A%2F%2Fkelvin.quee.org
SMS
sms:+19725551212?body=hello%20there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment