我正在尝试设置推送通知,我遇到here,我不知道在哪里放这个代码:
const cloudSettings: CloudSettings = {
'core': {
'app_id': 'APP_ID',
},
'push': {
'sender_id': 'SENDER_ID',
'pluginConfig': {
'ios': {
'badge': true,
'sound': true
},
'android': {
'iconColor': '#343434'
}
}
}
};
我的项目中不存在P app.modules.ts
离子版:2.1.4 科尔多瓦:6.4.0
答案 0 :(得分:0)
试试这个 http://tphangout.com/ionic-2-push-notifications/
或者您可以尝试使用OneSignal Push Notfications,它们有很好的文档...