Reputation: 457
I see the playersToInvite property of a GKMatchRequest class has been deprecated as of iOS 8*. How does one now create a match request programmatically so as to play against a friend on game centre?
I haven't been able to find any info on the interwebs on this...
Upvotes: 0
Views: 142
Reputation: 1301
I guess you can use the recipients property: https://developer.apple.com/library/ios/documentation/GameKit/Reference/GKMatchRequest_Ref/#//apple_ref/occ/instp/GKMatchRequest/recipients
Upvotes: 2