【发布时间】:2015-02-10 05:44:40
【问题描述】:
我正在尝试使用 node-pushserver 库插入自定义 iOS 推送通知...
我想要的格式是:
"aps": {
"alert": "joetheman",
"sound": "default"
},
"message": "Some custom message for your app",
"id": 1234
我的格式:
"ios": {
"badge": 0,
"alert": message.message,
"sound": "soundName"
}
我该怎么做?
【问题讨论】:
-
我也有同样的问题..
标签: node.js push-notification apple-push-notifications