Automatic update

I was wondering whether there are any steps or simple considerations when developing a game in Corona, when thinking about app updates.

While I imagine that all updating of the files is handled by the platform’s store I wouldn’t like to have missed something now (at the verge of release) that will hinder my ability to update the game’s code or assets once on a customer’s device.

Thanks [import]uid: 74162 topic_id: 21308 reply_id: 321308[/import]

When updating an app all saved files are kept in tact (for when you save data) while the app itself is replaced with your updated version.

Peach :slight_smile: [import]uid: 52491 topic_id: 21308 reply_id: 84379[/import]

Love it when things work automagically. Therefore the only thing I need to consider is if I change the format of the saved data I must create migration code.

Thanks Peach! [import]uid: 74162 topic_id: 21308 reply_id: 84388[/import]

No worries; indeed, you would want to consider that if it looks like a possibility but beyond that it’s all fairly smooth sailing.

Peach :slight_smile: [import]uid: 52491 topic_id: 21308 reply_id: 84397[/import]