I want to use new class GKGameSession in my iOS 10 multiplayer game. I need to get the playerID
of all users from Game Center to check compatibility with previous versions of my game. But GKPlayer.playerID != GKCloudPlayer.playerID
How can I get GKPlayer.playerID
from GKCloudPlayer.playerID
?
You are not supposed to do this. They metioned this in the last WWDC.
https://developer.apple.com/videos/play/wwdc2016-611/?time=1139