Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS programming on Windows system [duplicate]

Tags:

windows

ios

I'm interested in learning IOS programming but at the moment i do not have access to a Macintosh system. Just wondering if there is an equivalent of IOS SDK for Windows? I do have an iphone though :)

like image 253
Jay Avatar asked Sep 14 '11 01:09

Jay


People also ask

Is it possible to develop iOS apps on a Windows computer?

You can make an app for iOS even if you're on a PC running Windows 10. I wish I had known this when I first started because I delayed myself for 3 years before biting the bullet and buying a Mac.

Can iOS app have multiple Windows?

It is not a problem at all to add another UIWindow. Just create one and makeKeyAndVisible. Done. Remove it by making another window visible, then release the one you don't need anymore.

Is it possible to run Xcode on Windows?

Given that Xcode works only on macOS, a solution to get Xcode on Windows would be to install macOS on a Windows PC by means of a virtualization app such as VMware or VirtualBox. Using a virtualization platform provides users with the full functionality of Xcode on your Windows machine.

Can you develop iOS apps without a Mac?

You cannot develop iOS apps without a Mac computer, but you can set up CI/CD to handle building and publishing!


1 Answers

You can check out GNUStep which is a cross-platform objective-c API that you can work with on windows. Not exactly the same, but you can at least get your feet wet in working with objective-c and cocoa-like objects.

like image 82
Sean Avatar answered Sep 30 '22 05:09

Sean