使用SNS将通知推送到多个设备

时间:2015-01-13 17:58:01

标签: php android ios push-notification amazon-sns

我们之前使用UrbanAirship向iOS和Android设备发送通知。可以向多个设备(包括iOS和Android)发送相同的消息。将多个设备令牌添加到相同的有效负载,并为所有设备类型添加一条消息。有效载荷是

{"audience":{"OR":[{"apid":"12345"},{"apid":"34526"},{"apid":"844641"}{"device_token":"23423423", "device_token":"454343"}]},"notification":{"alert":"You got a new feed","android":{"extra":{"page":"feeds","feed_id":"109"}},"ios":{"extra":{"page":"feeds","feed_id":"109"}}},"device_types":["ios","android"]}

任何人都可以帮助我使用PHP在Amazon SNS中模仿相同的内容。使用一些额外的参数向不同操作系统的多个设备令牌发送相同的消息/警报。

0 个答案:

没有答案