iOS 10 Background localnotification ionic-2
See original GitHub issue- Plugin version: 0.8.5
- Platform: IOS
- OS version: 10.XX
- Device manufacturer / model: Iphone
- Cordova version (
cordova -v
): 6.5.0 - Cordova platform version (
cordova platform ls
): ios 4.1.1 - Plugin config
Expected Behavior
When i am in background local notification is not displaying
Actual Behavior
it must be fired local notification when user application is in background mode also
Steps to Reproduce
put this code in the place when your application gone in background
this.localNotifications.schedule({
id: 1,
text: 'notification fired',
sound: 'file://beep.caf'
});
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (2 by maintainers)
Top Results From Across the Web
Local notification push Does not work on ios but ... - Ionic Forum
Once I've updated my background-mode plugin the local-notification plugin will get an official release supporting ios10. The ios10 branch ...
Read more >Ionic 2 : Local notification icon - Stack Overflow
For Local push notification of ionic 2 plugin you can set the icon like below. Here icon.png will be taking from the drawable...
Read more >Ionic Local Notifications (Schedule, Payload and Callback) [v3]
In this quick win we will add the local notifications plugin from Ionic Native to our app and learn to schedule a notification,...
Read more >How to implement Local Notifications in Ionic 4 Apps - Enappd
Learn how to implement local notification in Ionic 4 app. Learn different types of notification you can generate in your ionic apps.
Read more >How to Display Ionic 4 Local Notifications (Schedule, Payload ...
Join my special Ionic School today: https://ionicacademy.com/Video Courses, Project Templates, Community & the Support you deserve to learn ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try the ios10 plugin
cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications#ios10
At the moment I cant tell much things about Ionic. Their current wrapper does not work with 0.9-beta. Because many are using the plugin+ionic I will contribute to the ionic-native wrapper in future.
But for now I am closing all ionic related tickets because they point to old code and/or Ionic.