chschu / HexaFlip

A hexagonal board game for two players
1 stars 1 forks source link

switch to correct multiplayer match when entering via push notification #2

Open chschu opened 11 years ago

chschu commented 11 years ago

If possible, the correct multiplayer match should be opened when tapping a GameCenter push notification.

chschu commented 11 years ago

This should be possible using -handleTurnEventForMatch:didBecomeActive: on iOS 6, where didBecomeActive is YES.

What to do with earlier iOS versions?