爲什麼我需要檢查pushNotifications功能,當我使用SocketActivityTrigger?它的目的是什麼?SocketActivityTrigger和pushNotifications
1
A
回答
1
你不知道。
推送通知功能(ID_CAP_PUSH_NOTIFICATION
)適用於Windows Phone 8/8.1 Silverlight。
Windows Runtime 8.1和UWP(Windows 10)都沒有推送通知功能,請參閱UWP中的list of all capabilities。
如果您檢查SocketActivityTrigger的official sample,您會發現它僅使用互聯網連接功能。
<Capabilities>
<Capability Name="internetClient" />
<Capability Name="privateNetworkClientServer" />
</Capabilities>
相關問題
- 1. IBM Worklight-pushnotifications
- 2. React-Native Android PushNotifications
- 3. PushNotifications - 如何實施
- 4. Phonegap + jQueryMobile + iOS上的PushNotifications
- 5. PushNotifications委託沒有觸發
- 6. IONIC 2,如何匹配Google服務,PushNotifications和Firebase的版本
- 7. Android PushNotifications與仿真器上的PushPlugin
- 8. 重定向頁面當ONCLICK Pushnotifications
- 9. 如何發送pushnotifications到Firefox瀏覽器?
- 10. Phonegap pushNotifications插件與Cordova構建工作嗎?
- 11. 如何使用PushWoosh在Phonegap中實現PushNotifications?
- 12. IBM Mobilefirst 7.1 PushNotifications:無法從後臺檢索通知文本到前臺
- 13. 如何爲ios編譯PushNotifications代碼僅適用於Titanium中的android
- 14. Phonegap構建應用程序中未定義的Phonegap函數 - 也是pushNotifications不起作用
- 15. 後臺任務中的Websockets UWP Windows 10
- 16. 使用Python實現Google Directory API用戶觀看
- 17. 無法在android/ios設備上接收推送通知
- 18. 爲什麼Firebase「.indexOn」不起作用?
- 19. React Redux僅顯示一個元素
- 20. Togglefield在煎茶觸摸2
- 21. 在Android上解析通知不會工作
- 22. 禁止推送通知解僱
- 23. Android:當我嘗試訪問布爾SharedPreference時,它將有關將字符串轉換爲布爾值的錯誤
- 24. 與DatagramSocket的
- 25. 定義多對多關係中的FK名稱
- 26. MobileFirst8.0 - 推令牌刷新
- 27. 我們可以使用我們自己的服務來啓動WNS雲的推送通知嗎?
- 28. PHP:OR和||和&&和
- 29. 服務器端推送通知,如何在ios中生成證書
- 30. 更換 「#」, 「$」, 「%」, 「&」 和 「_」 和 「\#」, 「\ $」, 「\%」, 「\&」 和 「\ _」
因爲SocketActivityTrigger主要用於推送通知? –
這就是答案? – JuP
我們正在嘗試與熟悉此主題的人員確認此問題。可能需要一段時間,一旦我得到答覆,我會在這裏報告。 –