我正在尝试让 Pusher 在 Android 上运行。这是我的需求。
- 必须支持“私人”渠道
- 必须支持安全连接
- 必须能够覆盖 pusher/auth 端点。
注意:我已经尝试过以下路线......
- 在 WebView 中加载 pusher.js 并让它回退到 SockJS
- https://github.com/pusher/pusher-phonegap-android(似乎不支持安全连接)
- https://github.com/EmoryM/Android_Pusher/blob/master/src/com/emorym/android_pusher(需要将私钥推送到客户端,也不是最新的)
- https://github.com/jmschultz/JavaPusherClient(不支持私人频道)
其他人对此有任何运气吗?