繁体   English   中英

离子配置推送通知

[英]ionic configuring push notifications

我试图设置推送通知,我被堵在这里 ,我不知道在哪里把这个代码:

const cloudSettings: CloudSettings = {
  'core': {
    'app_id': 'APP_ID',
  },
  'push': {
    'sender_id': 'SENDER_ID',
    'pluginConfig': {
      'ios': {
        'badge': true,
        'sound': true
      },
      'android': {
        'iconColor': '#343434'
      }
    }
  }
};

PS app.modules.ts在我的项目中不存在

离子版本:2.1.4科尔多瓦:6.4.0

试试这个http://tphangout.com/ionic-2-push-notifications/

或者您可以尝试使用OneSignal推送通知,它们具有出色的文档...

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM