从本机应用程序打开行配置文件

时间:2016-08-05 09:53:00

标签: ios url-scheme

此处的任何人都知道可以通过线路ID导航到特定线路配置文件的网址方案吗?

我已经测试过我可以使用此网址方案打开Line应用程序" line://"。

1 个答案:

答案 0 :(得分:0)

看看Line提供的这个网址主题。

Your Channel Web Application can be launched with the following line scheme:

line://ch/[Channel ID]
To pass parameters to your application via the line scheme above, append the parameters to the line scheme as shown below:

line://ch/[Channel ID]/param1/param2?key1=value1&key2=value2
For example, if the entry URL is https://entry.url/page, the passed parameters will be appended as follows:

https://entry.url/page/param1/param2?key1=value1&key2=value2
Note: When adding parameters to the line scheme, make sure to add a slash (/) after the Channel ID as shown below:

line://ch/[Channel ID]/?key1=value1