Accessing Saved Variables

TheFloatingSofaTheFloatingSofa Member Posts: 21

Lets say an app is made with GameSalad and released to the App Store. Then, later on, the app is recreated with Corona SDK, and I want to do an update to that app. Is there anyway to let the new Corona based game get access to the saved variables created from the GameSalad based game?

The main example being if I used the GS game to save a high score on the player's devices, could I gain access to that data in a updated Corona based game.

I hope that makes sense. Just wondering if anybody else has had any experience doing this.

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870

    You could possibly figure out a way to save data to your own server with json or something like that, and somehow have Corona access that information, but I doubt it is possible since they are 2 completely separate SDK's. I don't believe it's possible.

    Actually, I have no idea what I'm talking about. Ignore the man behind the curtain.

Sign In or Register to comment.