Reputation: 1594
is it possible to download an App Store executable to a jailbroken iPad, then download it to a Mac and make it run there?
Upvotes: 1
Views: 487
Reputation: 78985
No, that's not possible. An App that runs on the iPad is built for the ARM processor. The emulator however requries an App built for i386 processor. (When you have the source code, XCode builds it for both processors.)
Upvotes: 3
Reputation: 69047
It is not possible. An iOS app must be compiled for the i386 platform in order to be executable under the simulator. So, an app downloaded from the App Store will not run, since it is compiled for the iPhone native processor (arm).
Upvotes: 0
Reputation: 2382
Unfortunately, no. The iPhone simulator runs x86 code, and the iPhone runs ARM code.
Upvotes: 2