share game files between free and paid app

hello developers …

i have question that how can i share free version application files
assume that player cleared 5 levels of my game on free version and he decided to get full version if he download the full version he will repeat first five levels instead of paid version load unlocked levels , what should i do to get old data that free version create it and modified it ? is there any way to make that locally within the paid version ???

thanks in advance
[import]uid: 74537 topic_id: 23734 reply_id: 323734[/import]

You can’t exchange data from 2 different apps, so the player has to redo the first 5 levels, or you make just 1 free app that can play 5 levels, and use IAP to unlock the other levels.
[import]uid: 50459 topic_id: 23734 reply_id: 95457[/import]

@rmbsoft thanks there is no simplest way to do it ?? ? [import]uid: 74537 topic_id: 23734 reply_id: 95459[/import]

I think people would buy the full game quicker using IAP then when they have to redownload/purchase an app.

There are alternatives, but nothing in life is easy lol.

When they’re playing the free version, you could get the ID of the device, and put the lastlevelplayed info in an online database. Then when they play the full version, get the last level and voila. Not a simple solution though.

You can add a skip button so people can skip levels?

Or just unlock the first 5 levels from the start.

Just some ideas :slight_smile:
[import]uid: 50459 topic_id: 23734 reply_id: 95462[/import]

Thanks @rmbsoft for this extra info :slight_smile:
[import]uid: 74537 topic_id: 23734 reply_id: 95793[/import]