We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" },
The text was updated successfully, but these errors were encountered:
Firebase plugin from nativescript has same problem. When i send notification to token my device, i not see notification in android 5.1.1
Sorry, something went wrong.
No branches or pull requests
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"
},
The text was updated successfully, but these errors were encountered: