0
我正在使用離子2本地通知。當我從後臺移除應用程序時,本地通知無法正常工作。離線2本地通知在應用關閉時不工作
這是示例代碼
this.localNotifications.schedule({
text: 'Delayed ILocalNotification',
every:'minute',
at: new Date(new Date().getTime() + 60000),
led: 'FF0000',
sound: null
});