cordova-plugin-local-notifications
cordova-plugin-local-notifications copied to clipboard
Android 8+ : Local notification and badge not working
##Ionic ionic (Ionic CLI) : 4.10.2 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.4 Cordova cordova (Cordova CLI) : 9.0.0 ([email protected]) Cordova Platforms android 8.1.0 System : ( NodeJS : v10.13.0 npm : 6.9.0 OS : Windows 10) "dependencies": { "@ionic-native/badge": "^4.20.0", "@ionic-native/local-notifications": "^4.20.0", "cordova-plugin-badge": "0.8.8", "cordova-plugin-local-notification": "git+https://github.com/katzer/cordova-plugin-local-notifications.git#ios10", },
Local and badge notifications not working on android 8,9
How is that still not fixed? Android 8 was released on August 21, 2017.
need to create notification channel
How would I create a notification channel with this plugin?