由于某种原因,我找不到有关 kik url 方案的任何信息。
我确实在stackoverflow上找到了以下内容:
基克://
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://发送/标题/文本
kik://send?title=title&text=text