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

Android 9 support #136

Open
fmendoza opened this issue Mar 31, 2019 · 3 comments
Open

Android 9 support #136

fmendoza opened this issue Mar 31, 2019 · 3 comments

Comments

@fmendoza
Copy link

Any advice on how to get this working on Android 9? The main issue is that the deviceToken is saved as undefined in database.

@NicksonYap
Copy link

Yes, this is also the case for me, took a lot to realize deviceToken is missing in _Installation and push will plainly be ignored by parse-server

@NicksonYap
Copy link

related to: #137

@NareshMedipally
Copy link

I have encountered the same issue. Not sure if it is an ideal fix. Was able to fix by adding another plugin “phonegap-plugin-push” to get the device token and then updated the installation class with rest api.

https://github.com/phonegap/phonegap-plugin-push
https://docs.parseplatform.org/rest/guide/#installations-api

However you need to comment records generated by Phonegap-push plugin in AndroidManifest.xml else you would see the two notifications on the device when you receive a push.

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