通知android没有GCM


Notification to android without GCM

我在PlayStore上有一个android应用程序。我使用PHP和MySql向android发送数据。我想向所有下载我们应用程序的用户发送通知。我不想使用GCM进行通知。有什么方法可以做吗?

你能找到的几乎所有答案都不是真正的答案。Parse、pushwosh、Amazon SNS和更多的公司都以GCM为核心。是的,有理由不使用GCM,例如,如果开发的SDK需要轻松集成到您无法控制的应用程序中。https://pushy.me/是迄今为止我发现的极少数完全不使用GCM的软件之一。

我还发现:https://docs.kii.com/en/samples/push-notifications/push-notifications-jpush/但不幸的是,这里没有定价。

有许多第三方图书馆,如城市飞艇、亚马逊sns等。查看此

http://docs.urbanairship.com/platform/android.html这个http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html

您可以使用Pushwoosh SDK发送通知。http://docs.pushwoosh.com/