fetchSavedGamesWithCompletionHandler

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

Replies

I'm also having this problem.

More information about this problem is that "error" is nil, so there is no problem there.

The GKLocalPlayer is authenticated and so is iCloud (or else the error wouldn't be nil).


Did you manage to fix it or get more information?

I have seen that fetchsavedgames doesn't return the complete file list immediately, but i need to call it twice to get files saved on another device.

Shouldn't this return all the saved games in a single call?

I am facing similar issue. There is not much help available online and save game api does not work as intended.

i'm facing similar issue, and no any helps

I am also facing this issue. Has anyone found a fix for this?