I'm working on adding Game Center support to a turn based game I'm building. I'm having an issue with the GKTurnBasedEventHandler to set up the delegate to handle invites, turns, and match ending. In objective-c you use [GKTurnbasedEventHandler sharedTurnBasedEventHandler] to get the event handler then set the delegate on that. I'm not seeing any way to do it in Monotouch. I looked at the documentation for the Handler class and don't see any equivelent method to get the shared instance to set the delegate on. Anyone have any experience using this API in Monotouch that can help out?
Thanks _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
