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://發送標題=標題&文本=文本
他們的API是無用的,因爲我需要使用它在android應用程序內部或在瀏覽器內部。 – Th3lmuu90
還有一個iOS SDK。你想從哪裏發送消息? – jairajs89