Abdelfattah Radwan
Abdelfattah Radwan

Reputation: 475

Latest Google Play Game Service Plugin For Unity Not Working

I have started using Google Play Game Services plugin for unity lately in my game Dodgy for android and the plugin doesn't seem to work!

I have tried following what they say on GitHub installed all the necessary tools and plugins and it still doesn't work, What exactly happens is when I start my app and try to sign in nothing happens.

Any help would be greatly appreciated...

The Tools I Use...

Upvotes: 0

Views: 1273

Answers (2)

William Tong
William Tong

Reputation: 475

I have the same problem and I found what I did wrong. If you have confirmed that your package has been properly signed but still not working. Look back in your code.

If you use the plugin(most likely), you need to use PlayGamesPlatform namespace functions other than the Social ones.

Or the Play Games login won't even pop, yet it does pop if you check Development Build which would be confusing. Hope this would save time for those who come after me

Upvotes: 0

Bhavin Panara
Bhavin Panara

Reputation: 448

Steps to check.

  • Make sure you are using signed APK
  • Make sure you have published your game on Google Play Services.(The place where you created leaderboards & achievements)
  • Check SHA1 for your KeyStore file & compare it with Google Developer Console's SHA1 for that project.

Upvotes: 2

Related Questions