I wonder if it’s possible to run a purchased and downloaded application in iOS Simulator? I am building a website and it’s far to easy and quick testing in the simulator but has some disadvantages.
The app I want to run in the simulator is the Atomic Web Browser. It’s got a pretty good source viewer (and I need it because my ajax scripts).
So my question is: how could I run my purchased apps in the iOS Simulator?
Thank you!
Apparently not.
Simulator apps are compiled for i386 architecture, whereas iPhone apps are compiled for ARM. The simulator can’t run apps compiled for ARM, so you can’t run purchased apps, or any apps from the store, in the simulator.