Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone simulator: Is it possible to restore a real iPhone backup to it?

as the question says, I have a backup of an actual iPhone. Now I want a "copy" of the content in my simulator. The reason is that my real iPhone contains third party application data that I want to have in my simulator too.

Is that possible?

Thanks, Norbert

like image 465
Norbert Avatar asked Feb 19 '11 21:02

Norbert


2 Answers

Definitely not possible, because apps have to be compiled specifically to run on the simulator and iPhone, and such builds are not compatible with each other as they are built to run on different processors.

Edit to add: you can copy data/content (and you can, for Apple-supplied apps like the Address Book that are provided by Apple for the simulator) but unless you have a version of the app compiled for the simulator that can run, the content is obviously no use.

like image 59
Duncan Babbage Avatar answered Nov 08 '22 17:11

Duncan Babbage


You can try to trick the Simulator by putting files there:

~/Library/Application Support/iOS Simulator

You can also put the files you need in your application project or have a look at Apple Documentation about Application Data1

like image 33
teriiehina Avatar answered Nov 08 '22 17:11

teriiehina