由于某些原因,我找不到任何关于kik url方案的信息。
我确实在stackoverflow上找到了以下内容:
kik://
kik://用户/用户名/配置文件
卡片://mywebsite.com/
卡片://mywebsite.com/
我访问了他们的android应用程序清单文件,发现了以下代码:
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:host="kik.com" android:pathPrefix="/send/" android:scheme="kik-share"/>
</intent-filter>我试过使用kik-share//,但不起作用
我也尝试了以下几种方法:
kik://send/title/text
kik://send?title=title&text=text
发布于 2015-10-23 01:02:45
Kik Share API可在此处获得:https://github.com/kikinteractive/kik-api-android
https://stackoverflow.com/questions/33286161
复制相似问题