Iakobs / godot-play-game-services

A Godot 4.2 plugin for integration with Google Play Game Services
MIT License
82 stars 5 forks source link

Plugin not found #24

Closed isthargames closed 3 months ago

isthargames commented 3 months ago

Hello! How are you? I'm having some trouble setting up a plugin in my Android game. I've set up my credentials and created my app in Google Play Console. Also, I've activated the plugin and autoload, but when I run the game on my Android device, it just keeps running without doing anything. I'm not sure what further steps to take or if there's something I'm not understanding correctly. Could you help me? 1 2

Iakobs commented 3 months ago

Hi @isthargames I'm well thanks! and you?

Thanks for your interest in the plugin! A part from setting everything app in google play and activating the plugin, did you actually use any of the methods in the plugin? In the demo project there's a README with some explanation on how to setup authentication, calling for leaderboards, etc.

If you already have done that, is there anything useful in the logs in logcat? I usually use this regex in logcat to better filter the logs: package:com.jacobibanez.godot.test.game package:com.google.android.gms

Please let me know what else you have tried, let's see if we can get your tamagotchi to work :)

Iakobs commented 3 months ago

Hi @isthargames I'm closing the issue. Please, let me know if you have any other questions :)