endTurnWithNextParticipants doesn’t trigger receivedTurnEventForMatch after update to iOS 8.3 and swift 1.2
Question or problem in the Swift programming language: Has anyone noticed any changes to turn based match notifications since updating to iOS8.3? In my app when I call endTurnWithNextParticipants, prior to the upgrade, this was resulting in a notification being sent to the opponent which would trigger a receivedTurnEventForMatch being invoked on their device but […]
Continue Reading