Everything is fine... But Notification doesn't show up.
See original GitHub issueI installed the plugin for Nativescript 2.4 (Android). So far I used the demo code and everything seemed fine.
I also got the console.log, that the Notification is scheduled. But there is no Notification showing up… And I don’t get any errors…
Someone experiencing the same problem? Is there a solution?
LocalNotifications.schedule([{
id: 1,
title: 'The title',
body: 'Recurs every minute until cancelled',
}]).then(
function() {
console.log("Notification scheduled");
},
function(error) {
console.log("scheduling error: " + error);
}
)
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Android Notifications Not Showing Up? 10 Fixes You Can Try
Not seeing notifications show up on your Android phone? Try these fixes to get Android notifications working again.
Read more >How to Fix Notifications Not Showing up on Android - Lifewire
Cause of Notifications Not Showing up on Android · Do Not Disturb or Airplane Mode is on. · Either system or app notifications...
Read more >8 ways to troubleshoot if Chrome won't show you notifications
On a Mac, click the Apple icon in the menu bar and then choose System Preferences. Click Notifications & Focus.
Read more >Top 8 Fixes for Notifications Banners Not Showing on ...
Are notification banners not working on your Windows 10 computer? Check out 8 fixes for notification banners not showing.
Read more >iPhone Notifications Not Working? Here's The Real Fix!
I'm Receiving Notifications, But My iPhone Doesn't Play A Sound! · Restart Your iPhone · Turn Off Do Not Disturb · Turn On...
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 Free
Top 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
Yeah that forceShowWhenInForeground is part of the refactor and not on npm yet.
Going to publish plugin version 3.0.0 in a minute.