To get the URL scheme for an app:
- On this site URL schemes check the corresponding app URL Scheme is included
- The first method is not found, the corresponding app to download the IPA installation file, the file. IPA suffix to. zip, then unzip, open payload/xxx.app/info.plist This file, find the URL types under the URL schemes The corresponding value of the array below is the URL Scheme for this app, taking Weico as an example:
The second way, the official Sina Weibo client URL scheme is sinaweibo:// ,weico URL scheme is weico:// or weico2://
A simple way to verify that a URL Scheme is correct:
In the real machine device (this device installs the app to be verified), open Safari, then in the Address bar type the app URL Scheme, add://, such as Weico, type weico://in the Address bar, and then click OK, if you can call out Weico, That means the URL Scheme is correctly available.
The above method can only get to the simple URL scheme, as for the interface calls, such as the URL scheme to invoke the starting micro-blog interface, this is to find a specific app open platform, or by Google search.
Get app URL scheme