Is there an application similar to genymotion for ios ? Also could genymotion be hooked on to appium ? I have been using genymotion for android but in search of a fast emulator for ios as well.
Asked
Active
Viewed 2.0k times
11
-
1The emulator on mac is fast enough. Also I don't thing there is something like that. – user2800040 Feb 23 '15 at 19:04
-
but i want to test ios application on windows – dhpratik Jul 15 '15 at 10:39
-
2Yes you can test iOS application on windows (sort of). I installed Mac OS on VirtualBox and then deploy to it using Visual Studio remote build. It works. – Rosdi Kasim Apr 02 '16 at 12:01
1 Answers
13
No, there is not.
The only way to run an iOS app is in a simulator on a Mac that is shipped with Xcode or on an actual device. This is a restriction enforced by Apple developer license.

der_michael
- 3,151
- 1
- 24
- 43