【问题标题】:ionic 2 local notifications not working when app close应用程序关闭时,离子 2 本地通知不起作用
【发布时间】:2017-09-29 08:41:51
【问题描述】:

我正在使用 ionic 2 本地通知。当我从后台删除应用程序时,本地通知不起作用。

这是示例代码

this.localNotifications.schedule({
        text: 'Delayed ILocalNotification',
        every:'minute',
        at: new Date(new Date().getTime() + 60000),
        led: 'FF0000',
        sound: null
     });

【问题讨论】:

    标签: ionic2 ionic3 localnotification


    【解决方案1】:

    试试这个推送通知。 https://ionicframework.com/docs/native/push/

    本地通知需要应用在后台运行。

    【讨论】:

      猜你喜欢
      • 2018-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-13
      • 2021-03-08
      • 2021-01-12
      • 1970-01-01
      相关资源
      最近更新 更多