-
Notifications
You must be signed in to change notification settings - Fork 102
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
Android doesn't register device tokens #119
Comments
Hi @khactam , would you be able to help figure out what caused the loss of that functionality from the last version bump? And submit a PR. I don't currently have the setup to debug this quickly. |
And here from the terminal
Not pretty sure if this could be useful |
I found the problem. It's here in the afterAndroidPrepare.js.
Just after I remove this (because I dont have the icon so it cant prepare perfectly. I put 1 condition there and everything is fine. |
@khactam thanks for figuring out the problem. Could you help by submitting a pull request? |
@khactam Where do i find this file named "afterAndroidPrepare.js" ??? |
It's in the scripts folder
|
Im using the version 1.0.8 and device registered a new Installation object fine but there is not device token has been saved in the object. The version 1.0.7 works fine but not the 1.0.8. What I want to use the version 1.0.8 is the silent notification (when I use 1.0.7, android gets the empty notification)
ionic: 3.20.0
cordova: 8.0.0
I use parse-server and it works fine until now.
My implement:
app.js
config.xml
The text was updated successfully, but these errors were encountered: