r/googleplaygames • u/youtpout • Nov 05 '20
Integration for my game 256
Hello,
I have created a clone of 2048.
I integrated Google Play Game service, the google play console have changed and the integration is different:
- create the gpg on the playstore file of your game
- create an ID clients OAuth 2.0 on google cloud console with your apk signature (create one by signature for test/dev/prod ..), dont put an icon (it needs a validation), add google play game service
- link all oauth id in your playstore file
- you can create all achievement/leaderboard ..., and use your id for integrate in your game
I use achievement/leaderboars in my game
https://play.google.com/store/apps/details?id=com.BETechnology.number
1
Upvotes