There are few android installation with no deviceToken on parse.com

241 Views Asked by At

I have created the project for parse cloud code.

I have developed mobile applications for iOS as well as android.

For iOS everything works fine, but for android it is having an issue with installation.

There are few entries with (undefined) deviceToken and GCMSenderId.

I can see the same issue on github/ParsePlatform/issues, but did not get the root cause and the solution.

Can anyone please help me to find out the root cause and the solution for that?

1

There are 1 best solutions below

0
On

Google Play Service needs to be installed on user's devices and a google account have to be logged-in in order to use GCM or to get a deviceToken. That's the Android world we live in. You need to deal with it. Good luck. :)