game center - iOS Receiving Turn Notifications and Updating GameState -
do have updated match state once "your turn" notification received.
at present when notification received, opening game centre "findmatchwithminplayers...." , updating game state.
and how can 1 know when there turn , app not in background, means no notification displayed ?
i have gone through many posts, still lot of things not clear me.
thanks.
[gkturnbasedeventhandler sharedturnbasedeventhandler].delegate = self;
should added method of gkturnbasedmatchmakerviewcontrollerdelegate
reason: delegate session losing focus. see details here
Comments
Post a Comment