Google play signin issue

Hi
i am using cocos2dx 3.17 and sdkbox for google sign in and leaderboard.

if(sdkbox::PluginSdkboxPlay::isSignedIn())
    {
    sdkbox::PluginSdkboxPlay::showLeaderboard(leaderBoardId.c_str());
    }
    else
    {
        sdkbox::PluginSdkboxPlay::signin();
    }

but sigin in is not succeeding every time it goes to the else part of the code.

@yinjimmy can take a look.

if you are using 2.4.1.1 version, you should update PluginSdkboxPlay.jar from here SdkboxPlay v2.4.1.1 and latest Google Play Services

1 Like

Thank you.Its working fine now