IOS – Simulator to run iOS apps on laptop

iosiphonexcode

Is there a simulator that I can run iOS on a Mac that would allow me to launch and use apps as if I was on the device? This is for consumer testing not for development.

What I am trying to do is to load the simulator app that would allow my Mac to act as if it was an iPhone/iPad. Then that laptop would join a consumer panel (ooVoo or Adobe Connect) and give the user control so that they can use and interact with an app that is available, while the research team is talking to them about the app.

Does anyone know how I can do this?

Best Answer

I agree with Ryokuchasan: the only simulator I've heard of is the one bundled with the iOS development tools. This only works with apps you have the source code to because it compiles the iOS app for Intel to run in OS X (using the Simulator window as a screen).

It also has limited multi-touch capability, generally limited to pinch-to-zoom, so you likely won't be able to demo the majority of many apps. (Also, using the mouse to drive an iOS app can be awkward.)

If you want to do consumer testing with iOS apps, you need a physical device in the same room as the test user.