2015-10-22 76 views
0

由於某些原因,我找不到任何有關kik url方案的信息。kik url scheme to send messages

我發現下面這裏計算器:

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股//但它不工作

我嘗試以下太:

KIK://發送/標題/文本

KIK://發送標題=標題&文本=文本

回答