Hi Darren,
Is the SDK making any sort of connection before you try the AuthenticationRequest ? Can you share the error logs that you are getting here ?
Thanks,
Liam
Hi Liam,
After posting this problem i figured out that i was passing my delta time in gs.Update(deltaTime) instead of gs.Update(0.1) which was affecting the time out. Katie O' Sullivan helped me figure this out. All fixed now. Thanks for the response.
Cheers,
Darren
Darren Sweeney
Hello,
I'm currently trying to get AuthenticationRequest working but i keep getting: error": "timeout". I am implementing this in C++
Source:
Inside GameSparksConfiguration::NativePlatformDescription platform; i am setting SetRequestTimeoutSeconds to 15
Cheers,
Darren