IOS Multiplayer Game

After updating the Google+ SDK plugin for iOS and the SDK for Google Play games for iOS for their latest versions, I ran into a problem.

If I try to invite a friend to the match, after touching the play button, the game will fail, and the output is as follows:

2014-11-13 18:44:40.683 multiplayer[1528:1297541] INFO:Connect with retry.getRetryAuthToken():1 2014-11-13 18:44:40.684 multiplayer[1528:1297541] INFO:Token expired. Refreshing. libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error:condition_variable::timed wait:mutex not locked:Operation not permitted 

What can I do in this case? This problem prevents me from sending a candidate for release to the publisher. Thanks in advance!

+5
source share

Source: https://habr.com/ru/post/1210032/


All Articles