ios - GameCenter No Events Called -


i developing gkturnbasedgame on ios. having problem, when player calling endturnwithnextparticipants, following function wont called on other simulator:

func player(player: gkplayer, receivedturneventformatch match: gkturnbasedmatch, didbecomeactive: bool) 

i using 2 simulator on different macs game center sandbox accounts. on first device, calls endturn function, current player other player should receive event.

i think might sandbox problem?!

has idea or similar problems?

best regards , lot!

benjamin

are testing on ios8.3? if so, event broken in 8.3; handler never fires recipient. bug fixed in 8.4.

see endturnwithnextparticipants doesn't trigger receivedturneventformatch after update ios 8.3 , swift 1.2 more details.


Comments