iOS Development: Should the "playersToInvite" property contain an array of strings or an array of GKPlayer objects?
- by BeachRunnerJoe
Should the playersToInvite property of the GKMatchRequest object contain an array of NSString objects that hold the player id's or should it contain an array of GKPlayer objects? The documentation on this critical property is not clear at all and I've tried both ways, but my code isn't working, so I can't tell by experimentation.
Here's the…