Open smks opened 8 years ago
Hi, this is strange. You should at least get some info on your android logs (using logcat). You should check your android logcat to see what's going on (you should also check if you've enabled saved games feature on your google play games console and that the user on the cellphone has logged in properly into google play games).
Please check this and let me know what happens.
public static var loadSavedGame(default,null) : String->Void = function(name:String):Void{}
^^ I firstly init the Google Play Games, I then call load saved game and pass a callback. The callback never gets triggered I noticed.
Nothing is ever traced.
typedef API = extension.multigames.Multigames;
API.loadSavedGame(GAME_SAVE_ID);
Basically I cannot load saved data?