IOS – Running an iOS Emulator on Mac

applicationsiosios-simulatorxcode

I can't seem to find any updated (or reliable) sources of iOS emulators for Mac, I am running Sierra.

At first I believed that in Xcode, when I went to run my app, was running an emulator, but I was mistaken. I guess it's a simulator. The difference is they have different compatibilities, so if you take an .ipa (iOS app) file and install it onto the Simulator, the app will crash.

My question is are there any iOS emulators out there where I can install real apps from the App Store, or from an .ipa file.

I couldn't find anything so any help or suggestions would be much appreciated, thanks!

Best Answer

There is a recently announced service Corellium that offers virtualised cloud instances of iOS. It's not publicly available yet though and no word of how much it will cost. I'm not aware of any way of running them on your desktop though other than the Xcode simulator.

It is the kind of thing I imagine Apple would have been quick to clamp down on in the past although there is lots of talk about the two app stores converging in the near future so who knows what will happen.

See these links for more info on that:

UPDATE:

Apparently a number of researchers have had varying degrees of success booting iOS in QEMU. Here is an article providing a guide on getting iOS 12 to the point of launchd and recoveryd running:

https://worthdoingbadly.com/xnuqemu2/

In it's current state it will not allow you to run apps but very interesting none the less and worth keeping an eye as Corellium still appears to be invite only.

UPDATE 2:

Apple is attempting to slowly destroy Corellium. The user daeken on Twitter has been developing an emulator for iOS simulator on macOS that they have stated they are close to releasing (May 2020) though, but will be a commercial product. They appear to have put in a huge amount of work and have demonstrated a number of apps working on it.