AeroGear:如果离线,如何在iOS设备上提供推送通知

时间:2018-06-15 16:48:28

标签: ios push-notification apple-push-notifications aerogear

我想在离线时向ios设备发送推送通知,当用户将设备置于在线状态时,它会收到通知。 我尝试了可行的代码,但它不起作用。我试图在300秒内投入生存时间而没有成功。 我检查了[文档] [1]

curl -u "473193f1-9db3-4849-a59c-308341668f:9d05145b-40ab-4813-bd3e-07a9017f92a7"     -v -H "Accept: application/json" -H "Content-type:   application/json"     -X POST  -d   '{
     "message": {
     "user-data":{"action":"sync"},
               "alert":"HELLO2!",
               "sound":"default",
               "apns":{"content-available" : true}
     },"config": {"ttl" : 300}}'     http://192.168.0.117:18081/rest/sender


  [1]: https://aerogear.org/docs/unifiedpush/push-message-format/

有什么想法吗?

0 个答案:

没有答案