I’m using the GKPlayer object’s loadPlayersForIdentifiers:withCompletionHandler: method to get an array of the GKLocalPlayer‘s friend data.
What I want, is a subset of those friends who have my app installed. Is this possible? I haven’t yet tested this method… sort of trying to plot it all out before I go this route.
Thanks!
well, I dont think it’s possible – you will get some GKPlayer objects. Then you will have access to:
if you would have access to their achievements, you could probably check for a hidden acheivement or something… but I dont think its the case
GKPlayer class reference