Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone emulator for Windows that allows installation of new apps [closed]

In my work I need to perform some tests on iOS iPhone, and for that I need an emulator for the iPhone.

The problem is that this emulator should allow the installation of new applications, but among those who have researched (e.g MobiOne), there is this installation option.

Anyone know of a program with such functionality?

Thanks!


EDIT

I forgot to mention that I'm using Windows for this task, and I have an application that a client must be installed on this emulator.

Then these constraints are: An emulator that works on Windows and allows the installation of this application.

like image 331
Phillip Nunes Avatar asked Apr 14 '11 14:04

Phillip Nunes


2 Answers

There exists no iOS device emulator that runs on Windows, or on anything else (outside of maybe Apple R&D). The iOS Simulator only runs on Intel Macs running OS X 10.6.x (or newer), as the simulation environment pretty much requires an entire Mac OS X installation to run. And the iOS Simulator only runs apps compiled for x86 anyway, not ARM apps.

The only way to test an App store app for an iPhone is on actual Apple iOS hardware.

like image 112
hotpaw2 Avatar answered Sep 28 '22 02:09

hotpaw2


An iPhone emulator/simulator is part of the iOS SDK. Note that it does not support simulating the built-in hardware sensors such as GPS, the Accelerometer, Gyro, Camera etc.

See the official docs. You can download it from the DevCenter.

like image 39
Johannes Rudolph Avatar answered Sep 28 '22 01:09

Johannes Rudolph