Common URL Schemes for Popular Chinese iOS Apps
I rely on URL schemes frequently, yet could not find a tidy list for Chinese apps. This collection pulls together what I found online. Let me know if anything needs updating.
Built-in iOS 10 schemes
(Pulled from https://github.com/cyanzhong/app-tutorials/blob/master/schemes.md)
- Battery usage:
Prefs:root=BATTERY_USAGE
- General settings:
Prefs:root=General
- Storage:
Prefs:root=General&path=STORAGE_ICLOUD_USAGE/DEVICE_STORAGE
- Cellular:
Prefs:root=MOBILE_DATA_SETTINGS_ID
- Wi‑Fi:
Prefs:root=WIFI
- Bluetooth:
Prefs:root=Bluetooth
- Location:
Prefs:root=Privacy&path=LOCATION
- Accessibility:
Prefs:root=General&path=ACCESSIBILITY
- About:
Prefs:root=General&path=About
- Keyboard:
Prefs:root=General&path=Keyboard
- Display:
Prefs:root=DISPLAY
- Sound:
Prefs:root=Sounds
- App Store:
Prefs:root=STORE
- Wallpaper:
Prefs:root=Wallpaper
- Phone:
Mobilephone://
- World clock:
Clock-worldclock://
- Alarm:
Clock-alarm://
- Stopwatch:
Clock-stopwatch://
- Timer:
Clock-timer://
- Photos:
Photos://
- Scan QR code:
weixin://scanqrcode
- Moments:
weixin://dl/moments
- Favorites:
weixin://dl/favorites
- My QR code:
weixin://dl/myQRcode
Alipay
- Scan QR code:
alipayqr://platformapi/startapp?saId=10000007
- Payment code:
alipayqr://platformapi/startapp?saId=20000056
- Red packets:
alipay://platformapi/startapp?saId=88886666
- Start chat:
alipay://platformapi/startapp?appId=20000254&actionType=createGroup
Taobao
- Open app:
taobao://
- Search:
taobao://s.taobao.com/?q=<query>
Moke (Weibo client)
(From https://moke.com/moke/url_schemes.html)
- Open app:
moke:///
- View a post:
moke:///link?url=<weibo URL>
- View a user:
moke:///link?url=<user profile URL>
- Search posts:
moke:///search/statuses?query=<keyword>
- Search users:
moke:///search/users?query=<keyword>
- Post a status:
moke://<nickname-or-id>/post?text=<content>
Official Weibo client
- Open app:
sinaweibo://
- Scan QR code:
sinaweibo://qrcode
Zhihu
- Open app:
zhihu:
- Question:
zhihu://questions/<id>
- Answer:
zhihu://answers/<id>
- User:
zhihu://people/<id>
References:
《app-tutorials/schemes.md》
《收集各类 App 的 URL schemes》
《Moke 官方帮助手册》
《你所知道好玩有趣的 iOS URL schemes 有哪些?》
《URL Schemes 使用详解》
《iOS 知乎客户端的 url scheme 支持哪些参数?》