katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.75k forks source link

Local notification not working when app is close #1269

Closed klochko7 closed 7 years ago

klochko7 commented 7 years ago

Hi all ! Could anyone suggest please .. I am use Ionic2 and the notification doesn't appear again when the app was closed ... Is there any solution ??

> 
> this.localNotifications.schedule({
>   id: Math.floor(Math.random() * (1000000000 - 1) + 1),
>   title: 'Mobile',
>   text: 'Updating Complete!',
>   sound: (this.platform.is('android') && this.settingsProvider.settings.sound == true) ? 'file://assets/sounds/android.mp3' : 'file://assets/sounds/android.mp3',
>   badge: 1,
>   icon: 'file://assets/icon/download.png',
>   smallIcon: 'file://assets/icon/download.png'
> });
> 
rwillett commented 7 years ago

So what was the solution?

If you add it in here, other people can learn what to do.

klochko7 commented 7 years ago

rwillett, I apologize, the problem was not in the plugin.