Keeping all Devices in Sync?

Hello, I was just wondering if there were a way to keep all devices(iPad, iPhone, iPod, etc) in Sync with your game? say you download app “A” to your iPad, but leave out of the house and have your phone and want to continue your current game where you left off on your iPhone…is there a way to do that in corona?

Thanks! [import]uid: 14940 topic_id: 12283 reply_id: 312283[/import]

yes for that you will have to save the progress to a website/cloud and retrieve it from the device on start, so that you can continue from where you left off.

Nothing very difficult in theory, can be done easily in CoronaSDK.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 12283 reply_id: 44734[/import]

Yeah thats what I thought, any sample code or anywhere you could point me in the direction of to get started?

Thanks! [import]uid: 14940 topic_id: 12283 reply_id: 44736[/import]

Just keep in mind that if a game depends on the network, it is unplayable when the network isn’t available.

On a plane flight, in a bad cell zone, overseas, etc. Also, what if I’m not connected to a wireless router? Does this data xfer count against my data rate plan? [import]uid: 58455 topic_id: 12283 reply_id: 44756[/import]