Replies: 1 comment
-
I realized that there was an error with the Oauth config, now is working perfectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, with the capacitor game connect plugin I'm not receiving any data nor error, I'm trying this code in javascript:
async signIn() {
const {player_id, player_name} = await CapacitorGameConnect.signIn();
console.log('player_id >> ', player_id, ', player_name >>', player_name);
}
and when calling the function the value is always undefined.
I tested in my phone with the app signed, I followed the tutorial to do all the configuration.
Also I try to catch the error and never error out. is there any way to test the connection with google services?.
Thanks in advance for your answer.
Beta Was this translation helpful? Give feedback.
All reactions