Closed oneseedfruit closed 3 years ago
Probably caused by: https://github.com/cgisca/PGSGP/issues/58
Hi, I'm having this exact same issue when moving to initWithSavedGames. Saw that you made a PR with a fix and would like to check if it solves this issue for me as well. Do you the release files somewhere I could use? Thanks
@tpaulino7
Hi, I've just uploaded it here for you. Hope it helps.
Hi, Thanks! I've tested but unfortunately the behavior seems the same, works fine for the init, stays in that loading white screen for the initWithSavedGames. It should be something else missing in my case. Also, I had to pass the extra arguments (request_email, request_profile, request_token) to the function init, gives an error otherwise. Thanks anyway for making the files available!
You could try:
Godot 3.2.3 Android 10
After tapping on an account to sign in if using
initWithSavedGames
instead of justinit
, the next popup appears and just keeps loading forever."Saved Games" is enabled in the Google Play Console and these are all added:
if
init
is used instead, it signs in almost perfectly except theaccount_id
is always null in_on_sign_in_success
.