Skip to content
New issue

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

Local notification doesn't work on android using ionic 3 with android version 7 and below #1489 #1491

Closed
normanaranez opened this issue Jan 4, 2018 · 3 comments

Comments

@normanaranez
Copy link

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

Provide a general summary of the issue.

Your Environment
Plugin version: ^0.9.0-beta.1
Platform: ionic 3
OS version: android 7 and below( only works on android 8.0)
Device manufacturer / model:
Cordova version (cordova -v): 7.1.0
Cordova platform version (cordova platform ls): android 6.3.0
Plugin config
Ionic Version (if using Ionic): ionic-angular 3.7.1
Expected Behavior
Tell us what should happen

Actual Behavior
Tell us what happens instead

Notification works fine with me using the genymotion emulator having and android version of 8.0 but when the version is lower the notification will not work anymore.

Steps to Reproduce
Reproduce this issue; include code to reproduce, if relevant

in android 4.4 (kitkat) after installing local notification without declaring the code in my project file, some of my code will not work using an emulator by genymotion.
In android 7 my code works fine but the notification not. event just adding the sample notification to see if notification will not
...
....
Context
What were you trying to do?

just trying to test the notification if will work no further changes with the code

Debug logs
Include iOS / Android logs

no log shows but not working

ios XCode logs
Android: $ adb logcat

@katzer
Copy link
Owner

katzer commented Jan 9, 2018

Please keep in mind that v0.9-beta doesn't work with ionic-native. The plugin itself runs on Android 6 and Android 7.

@julianshak
Copy link

@katzer Hello Sebastián, I am currently looking to use Ionic 3 to develop a hybrid mobile application for my undergraduate capstone project and I came across this native plugin that I was hoping to use for local notifications. Do you have an estimated time on when this plugin will be compatible with Ionic-Native? Or do you have any suggested alternatives? Any help is very greatly appreciated.

Thank you.

@katzer
Copy link
Owner

katzer commented Feb 12, 2018

@julianshak The easiest workaround is to use the plugin directly without any Ionic wrapper. For the rest I have no time estimate but I want to release the plugin first.

@katzer katzer closed this as completed Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants