up vote 10 down vote favorite
4
share [g+] share [fb]

I've seen a number of neat iPhone apps recently that I'd like to use. In particular, there are a number of neat musical apps (metronome, tuner, etc.) that seem highly rated, and have no real Mac equivalent. I don't have a recent iPod/iPhone/iPad (I don't need portability or a phone and it seems silly to pay hundreds of dollars to run $15 worth of apps), but I do have an Intel (C2D) Mac.

Can the iPhone dev simulator, or any other emulator, download and run iPhone App Store apps?

link|improve this question

54% accept rate
feedback

protected by nhinkle Jul 8 '11 at 21:56

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

4 Answers

up vote 9 down vote accepted

AFAIK, iPhone simulator doesn't download an application from the App Store; it's just used to debug an iOS application you are developing.

link|improve this answer
You can drag and drop apps into the simulator, but it needs proper signing. Also, you can re-sign apps yourself, but you need a development certificate from Apple which costs $100 bucks. – Moshe Oct 7 '10 at 23:34
The iPhone Simulator runs on a Mac using the processor instruction set native to the machine, either Intel or PowerPC. iPhone apps are compiled to be run on ARM devices. It's as impossible to run these apps on a Mac as it is to run Windows apps on an iPad, unfortunately. – wjlafrance Jul 8 '11 at 8:37
feedback

Unfortunately the iPhone/iPad simulator is only available as part of the dev tools, and does not contain any syncing abilities with iTunes. It also doesn't have an app store app, so you can't buy applications from within the simulator.

As it's primary use is for developers to test their apps without the actual hardware you will most likely never see the features you want added to the simulator.

link|improve this answer
feedback

Possible? Yes, but...currently the only way to run iOS apps on a Mac is via the iPhone/iPad Simulator (available in the iOS SDK)...AND you need the source code for the app you want to run.

link|improve this answer
I'd love to see a developer's tweet that goes: "Some twit tried to get me to send them the source code for my app." And, of course, the resulting comments. That would take iron balls to ask. – Tasuret Mar 25 '11 at 20:38
feedback

No it wouldn't be possible, unless somebody came a up with an iOS emulator that would let you run ARM based binaries on your Intel based Mac/PC. Basically the same as what they have done with reverse engineering the Super Nintendo and the resultant emulators that have been written to emulate Super Nintendo roms. No doubt someone will do it one day many years from now.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.