Hi!
I have a problem with fetchSavedGamesWithCompletionHandler function.
My game save the savegame into iCloud using GKLocalPlayer saveGameData, and i can get the list of savegame files, using fetchSavedGamesWithCompletionHandler method, and all work fine.
But when i uninstall and install the game, and i try to get all savegame files with fetchSavedGamesWithCompletionHandler, this return me 0 files. But if i retry a few seconds after, then the game return the correct list of files.
I don't know because it doesn't work.
Thanks,
Ruben