0

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?

Jignesh Patel
  • 189
  • 1
  • 16

1 Answers1

0

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. :)

Ye Min Htut
  • 2,904
  • 15
  • 28