Adrian Grigore
Adrian Grigore

Reputation: 33318

Is it possible to download and run IPhone apps on an IPhone emulator?

I am tasked to provide an IPhone client app for our SaaS website. I have never written an IPhone application, nor do I have an IPhone at the moment. Before I can decide whether or not I want to do this myself or outsource this, I'd like to try a few apps myself to get a feeling for the UI.

Is there any IPhone emulator I might use to download and run apps from the App Store? I do have an Intel-based Mac if that helps.

Upvotes: 0

Views: 1010

Answers (1)

Alex Reynolds
Alex Reynolds

Reputation: 96974

No, this isn't possible. The first major hurdle is that the apps from the app store are compiled for the ARM processor, and your Mac is x86.

The only thing you can do is compile projects from source. Luckily, Apple has many sample projects which demonstrate various features, including the UI widgets.

Upvotes: 6

Related Questions