Recently I'm developing applications in Windows 8 using the PhoneGap Framework. However, I want to know, how can I emulate the iOS application on my Windows operating system?
Is it possible to do this without having to use Hackintosh?
Recently I'm developing applications in Windows 8 using the PhoneGap Framework. However, I want to know, how can I emulate the iOS application on my Windows operating system?
Is it possible to do this without having to use Hackintosh?
Unfortunately it is not possible to run iOS application on windows with Cordova.
However, there is an interesting alternative, which is also Cordova-Based, which is Steroids , from AppGyver . It allows the build and execution of applications on multiple devices through streaming.
Steroids have a very rich CLI that allows scaffolding, testing, etc. Best of all is the steroids connect command, which starts a local webserver with a QR code that can be read by the device through the AppGyver Scanner, which in turn transfers the application and you can see the final result at hand.
I do not know if you've already found a solution to what I was asking, but today I was able to emulate in real time a Jquery Mobile creation, created in Windows, right on my iPhone. The solution was to use the Phonegap developer app. I found this tip at the following address:
I found the iPhone update speed incredible, almost instant!