Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best windows iphone app development alternative [closed]

Tags:

windows

iphone

What do you think is the best way to develop iphone apps on windows? What are the pros / cons of your method, and why do you use it over other options? How complex is your method in relation to other options?

I am more interested in standalone and web apps but fell free to discuss gaming graphics.

Yes I know you need to build on a mac to be able to put it on the app store, so no "use a mac" answers please.

like image 878
nash Avatar asked Apr 15 '10 05:04

nash


People also ask

Is it possible to develop iOS apps on Windows?

Whether it's a cloud-based Mac or a virtual machine Mac on VirtualBox, you need macOS to run Xcode. So please, don't try to develop iOS apps on windows.

What is the equivalent to Xcode for Windows?

Google's Android Studio is one of the best cross-platform IDEs that can serve as a free alternative to Xcode. The tool works seamlessly on the Windows, Linux and macOS operating systems. Several programming languages, such as Java, C++, Go, etc., are supported by this platform.

Which no-code app builder is the best?

Bubble and Softr are good app builders for web apps (including progressive web apps), Thunkable for native mobile apps, while Glide is a solid no-code tool for both web and mobile apps.


2 Answers

Running mac OS X in a VMware virtual machine did the job. Easy to do using instructions that can be found with a few quick google searches. This is against the OS X terms of service however...

like image 130
nash Avatar answered Nov 03 '22 10:11

nash


If you are creating web applications, then all you need is a text editor to create your web pages and an iPhone to test the results. If you want to create a standalone application, there is a project called winChain that claims to be able to setup an iPhone development toolchain on Windows (DISCLAIMER: I have not ever tried using it, so for all I know, the executable could be a trojan horse). One other thing you might consider... you might want to consider Android development given that the SDK supports development on Windows.

like image 21
Michael Aaron Safyan Avatar answered Nov 03 '22 09:11

Michael Aaron Safyan