question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:22 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rwillettcommented, May 26, 2017
0reactions
katzercommented, Oct 31, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found