I'm implementing real Time Multiplayer by using Google Play Game Service. and running my code in iphone6 simulator on cocos2d-x.
All my errors are showing in CCLOG:
When i pressed SignedIn Button then the error is : error: "This app is not allowed to query for scheme googlechrome"
When i pressed QuickMatch Button then the error is : Unbalanced calls to begin/end appearance transitions for
after signedIn successfully with google signIn , when i checked for isSignedIn then it is returning Not signedIn but in reality i'm signedIn already.
I want to create a QuickMatch between two Players.