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.

Android notification not working in OS 8.0 (oreo) AND ios (10.2)

See original GitHub issue

WARNING: IF YOU IGNORE THIS TEMPLATE, WE’LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

I have install installed the plugin for local notification of version 0.8. The plugin is not throwing any error but no notification is display as such in android 8.0 also ios 10.2

Your Environment

  • Plugin version:0.8
  • Platform:Android/ios
  • OS version:8.0/10.2
  • Device manufacturer / model:Xiaomi Mi A1
  • Cordova version (cordova -v):8.0.0
  • Cordova platform version (cordova platform ls):6.4.0/ios:4.5.4
  • Plugin config
  • Ionic Version (if using Ionic)

Expected Behavior

The notification should appear on the android screen and ios 10.2 Tell us what should happen The notification should appear on the android screen and ios 10.2

Actual Behavior

No notificaion is getting displayed in notification bar of android and ios 10.2 Tell us what happens instead No notificaion is getting displayed in notification bar of android and ios 10.2

Steps to Reproduce

Install the plugin 0.8 and run the app in any android 8.0 os devices and ios 10.2 Reproduce this issue; include code to reproduce, if relevant

Context

I have install installed the plugin for local notification of version 0.8. The plugin is not throwing any error but no notification is display as such in android 8.0 and ios 10.2

What were you trying to do? Wanna display notification to user about file upload

Debug logs

Include iOS / Android logs

  • ios XCode logs
  • Android: $ adb logcat

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
FranklinAGKcommented, Sep 6, 2019

I basically just updated everything to get it working.

  • Update Android studio and its SDK-tools.

  • Update npm ( npm install -g npm ).

  • Use smallIcon as recommended.

  • Remove android platform and add it again( i haven’t tried ios yet, it should work just fine ).

1reaction
ConPorcommented, May 29, 2018

Try the 0.9.0-beta.3 , be aware of issue 1605

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 >
android - Notification not showing in Oreo - Stack Overflow
In Android O it's a must to use a channel with your Notification Builder. below is a sample code : // Sets an...
Read more >
Create and Manage Notification Channels - Android Developers
Starting in Android 8.0 (API level 26), all notifications must be assigned to a channel. For each channel, you can set the visual...
Read more >
Change the app notification in Android Oreo 8.0 | Samsung PH
Change the app notification in Android Oreo 8.0 · 1 Tap Notification Settings on the notification panel or tap the Settings app. Tap...
Read more >
Android Oreo Common Issues and How to Fix Them - Beebom
Now, any new OS update always suffers from some bugs, but, in the case of Android Oreo, the bugs are pretty annoying as...
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