android 应用在不使用 google 云消息传递的情况下将消息从网络服务发送到 android 应用
android app send message from webservice to android app without using google cloud messaging
我需要创建一个 Web 服务或其他可以在不使用 GCM 和 google 云消息传递的情况下将消息发送到 android 应用程序的东西.. 有没有人有可以将消息发送到的方法特定设备或特定 IP 地址?
我认为第三方推送服务可能有用,例如来自 Facebook 的 Parse。由于国内没有Google服务,所以有很多类似的服务可以替代,比如Baidu Cloud Push and Getui
我需要创建一个 Web 服务或其他可以在不使用 GCM 和 google 云消息传递的情况下将消息发送到 android 应用程序的东西.. 有没有人有可以将消息发送到的方法特定设备或特定 IP 地址?
我认为第三方推送服务可能有用,例如来自 Facebook 的 Parse。由于国内没有Google服务,所以有很多类似的服务可以替代,比如Baidu Cloud Push and Getui