0
votes

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

  • Latest Android Studio as of today with all plugins and tools installed
  • Unity 2018.3b7
  • The latest version of Visual Studio 2017*
  • The latest GPGS plugin on GitHub*
2
There's a fix for this bug present on GitHub. Use the following link: github.com/playgameservices/play-games-plugin-for-unity/issues/…Abdel Fattah Radwan

2 Answers

1
votes

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.
0
votes

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