I\'m trying to invite nearby players to a match, but the invite is either never sent or never received.
GKMatchMaker startBrowsingForNearbyPlayersWithHandler works
This code is working in Swift if you know how you can convert it to Objective-C and to try it.
GKMatchmaker.sharedMatchmaker().findMatchForRequest( request, withCompletionHandler: {(match : GKMatch!, error: NSError!) -> Void in NSLog("This works") })