cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
217 stars 61 forks source link

Sign in failed #38

Closed mthnzbk closed 4 years ago

mthnzbk commented 4 years ago

When I try to login to google play service, I get error code 4.

cgisca commented 4 years ago

Hello @mthnzbk , please follow instructions for setting up Google Play Games services from the Get started page. This error code is due to bad configuration. Check SHA1 key that you entered when configured Google Play services. Following link also can be helpful.

mthnzbk commented 4 years ago

I was able to log in in my previous attempts, but this problem started even though I did not change anything. i will try again anyway.

mthnzbk commented 4 years ago

It is mentioned in the res / values / ids.xml file but I don't understand what to do. I was also able to log in and register on the leaderboard on the devices I tested before. I produce new apk without making any changes.

BilawalSarwar commented 4 years ago

I had the same problem then i enable Google Drive API from Google API Console.

mthnzbk commented 4 years ago

@BilawalSarwar drive api is enabled. I also do not save games.

himaghnam commented 4 years ago

You also need sha1 of playstore (converted) if you are publishing so that makes 3 debug - release - playstore

mthnzbk commented 4 years ago

@gamergamesz When you install the release version as apk, it becomes signin. However, it doesn't happen when you install it from the store.

himaghnam commented 4 years ago

Yes because playstore change your sha1 key / your keystore

mthnzbk commented 4 years ago

omg. Thank you. it irritates you when you don't know: D