向移动设备推送通知:SNS vs OneSignal vs GCM
push notification to mobile devices: SNS vs OneSignal vs GCM
我们的移动推送用例涉及以下内容
a) programmatically register all the mobile devices on the devices (SNS documentation says we have to register the mobile device with the topic, 没有提到programmatic registration(?))
b) 我们有显示所有用户的网站。单击网站上的任何用户图标时,它应该发送 automatically/pro-grammatically
向该特定设备发送移动推送。看来 GCM 只支持从 firebase 帐户发送移动推送,无法集成到 HTML/js 代码库 (?)
c)支持基于Android和iOS的设备
d) 支持全球用户
e)重启应用程序,无需用户交互或打开通知,如果不是运行(即自动重启应用程序)
我知道以下内容 link(似乎已过时)
Push notifications: Why use Amazon SNS over Google's GCM/FCM?
如果 GCM
或一种信号或 SNS 是满足上述要求的正确技术,请提出任何建议
选择 GCM/FCM。它或多或少支持上述所有功能
(我正在回答我自己的问题,因为没有回应)
我们的移动推送用例涉及以下内容 a) programmatically register all the mobile devices on the devices (SNS documentation says we have to register the mobile device with the topic, 没有提到programmatic registration(?))
b) 我们有显示所有用户的网站。单击网站上的任何用户图标时,它应该发送 automatically/pro-grammatically
向该特定设备发送移动推送。看来 GCM 只支持从 firebase 帐户发送移动推送,无法集成到 HTML/js 代码库 (?)
c)支持基于Android和iOS的设备
d) 支持全球用户
e)重启应用程序,无需用户交互或打开通知,如果不是运行(即自动重启应用程序)
我知道以下内容 link(似乎已过时) Push notifications: Why use Amazon SNS over Google's GCM/FCM?
如果 GCM
或一种信号或 SNS 是满足上述要求的正确技术,请提出任何建议
选择 GCM/FCM。它或多或少支持上述所有功能 (我正在回答我自己的问题,因为没有回应)