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.

Everything is fine... But Notification doesn't show up.

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
EddyVerbruggencommented, Aug 21, 2018

Yeah that forceShowWhenInForeground is part of the refactor and not on npm yet.

1reaction
EddyVerbruggencommented, Sep 2, 2018

Going to publish plugin version 3.0.0 in a minute.

Read more comments on GitHub >

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

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