Any work around to restore disconnect player?
I don't see any API to allow a disconnected player to reconnect to the previous GKMatch Session.
If there is a way to get a GKMatch Session id and have a GKMatchmaker method to restore connection, it will be nice.
For example...
(void)reconnectMatchForMatchId:(NSString *)matchId withCompletionHandler:(void(^__nullable)(GKMatch * __nullable match, NSError * __nullable error))completionHandler;