EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

LocalNotification not work in android 5.1.1 Lollipop #184

Open PetroSuch opened 4 years ago

PetroSuch commented 4 years ago

I am testing application in android 5.1.1 real device, and i see local notification not show in status bar My package.json

"tns-ios": { "version": "6.4.2" }, "tns-android": { "version": "6.4.1" } }, "description": "NativeScript Application", "license": "SEE LICENSE IN ", "repository": "", "dependencies": { "@angular/animations": "~8.2.0", "@angular/common": "~8.2.0", "@angular/compiler": "~8.2.0", "@angular/core": "~8.2.0", "@angular/forms": "~8.2.0", "@angular/http": "~8.0.0-beta.10", "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", "@nativescript/schematics": "^0.6.0", "@nstudio/nativescript-pulltorefresh": "^1.0.1", "@tweenjs/tween.js": "^17.4.0", "lodash": "^4.17.15", "lodash.round": "^4.0.4", "moment": "^2.24.0", "nativescript-angular": "^8.21.0", "nativescript-barcodescanner": "^3.3.2", "nativescript-carousel": "^6.1.1", "nativescript-contacts-lite": "^0.2.6", "nativescript-dom": "^2.0.5", "nativescript-fancyalert": "^3.0.9", "nativescript-fingerprint-auth": "^7.0.1", "nativescript-google-maps-sdk": "^2.9.0", "nativescript-iqkeyboardmanager": "^1.5.1", "nativescript-keyboard-toolbar": "^1.1.0", "nativescript-local-notifications": "^4.1.5", "nativescript-localstorage": "^2.0.1", "nativescript-masked-text-field": "^4.0.3", "nativescript-md5": "^1.0.1", "nativescript-phone": "^1.4.1", "nativescript-plugin-badge": "^1.0.0", "nativescript-plugin-firebase": "^10.3.3", "nativescript-pulltorefresh": "^2.3.0", "nativescript-screenshot": "0.0.2", "nativescript-secure-storage": "^2.6.0", "nativescript-social-share": "^1.5.2", "nativescript-theme-core": "~1.0.6", "nativescript-toast": "^2.0.0", "nativescript-ui-chart": "^7.1.1", "nativescript-ui-listview": "^8.0.1", "nativescript-uuid": "0.0.1", "nativescript-zxing": "^1.5.9", "reflect-metadata": "~0.1.12", "rxjs": "^6.4.0", "tns-android": "^6.1.2", "tns-core-modules": "^6.4.1", "tns-ios": "^6.1.1", "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", "@types/lodash": "^4.14.136", "nativescript-dev-webpack": "^1.5.0", "tns-platform-declarations": "^6.1.2", "typescript": "~3.5.3" },

PetroSuch commented 4 years ago

Firebase plugin from nativescript has same problem. When i send notification to token my device, i not see notification in android 5.1.1