Answer by Fattie for How can I develop for iPhone using a Windows development...
FWIW a 2020s answer ...If you just want to "make something that runs on an iPhone",just make a web app or use some cross-platform crap like Unity, Flutter, electron or whatever.If, for whatever reason,...
View ArticleHow can I develop for iPhone using a Windows development machine?
Is there any way to tinker with the iPhone SDK on a Windows machine? Are there plans for an iPhone SDK version for Windows?The only other way I can think of doing this is to run a Mac VM image on a...
View ArticleAnswer by Andrew Grant for How can I develop for iPhone using a Windows...
It's certainly possible to develop on a Windows machine, in fact, my first application was exclusively developed on the old Dell Precision I had at the time :)There are three routes;Install OSx86 (aka...
View ArticleAnswer by dawnerd for How can I develop for iPhone using a Windows...
You can use WinChainQuoting the project page:It's the easiest way to build the iPhone toolchain on a Windows XP/Vista computer, which in turn, can take Objective-C source code that you write using...
View ArticleAnswer by Parand for How can I develop for iPhone using a Windows development...
The SDK is only available on OS X, forcing you to use a mac. If you don't want to purchase a mac you can either run OS X on a virtual machine on your windows box, or you can install OS X on your PC.In...
View ArticleAnswer by Josh Hunt for How can I develop for iPhone using a Windows...
If you have a jailbroken iPhone, you can install the iphone-gcc toolchain onto the iPhone through Cydia and that way you can just compilie the apps on the iPhone. Apps that are developed this way can...
View ArticleAnswer by Some Guy for How can I develop for iPhone using a Windows...
Check out this:Over viewIt is a project that attempts to be able to cross-compile programs written in a variety of source languages to a variety of target languages. One of the initial test cases was...
View ArticleAnswer by Mehrdad Afshari for How can I develop for iPhone using a Windows...
Of course, you can write Objective-C code in notepad or other programs and then move it to a Mac to compile.But seriously, it depends on whether you are developing official applications to put in App...
View ArticleAnswer by Roger Roger for How can I develop for iPhone using a Windows...
As has been pointed you can attempt to use the WinChain but if you are a newbie coder it won't be easy.The iPhone SDK will work on Hackintoshes (a normal PC with OS X installed on it). I know as I have...
View ArticleAnswer by Keith Adler for How can I develop for iPhone using a Windows...
You will soon be able to use Adobe Flash CS 5 to create Apps for the iPhone on Windows:flashcs 5flashcs5 apps for iphone
View ArticleAnswer by jjxtra for How can I develop for iPhone using a Windows development...
Xamarin is a solid choice. It was purchased by Microsoft and is now built directly into Visual Studio. You code in C#. With all the updates and features they are adding, you can do everything but...
View ArticleAnswer by KloéLo for How can I develop for iPhone using a Windows development...
You can use Sentenza for make applications for iPhone, on Windows.Tested with success.It's not a solution but a good alternative !
View ArticleAnswer by Ofer Brandes for How can I develop for iPhone using a Windows...
You can use Tersus (free, open source).
View ArticleAnswer by fb55 for How can I develop for iPhone using a Windows development...
Oracle VirtualBox allows users to install Mac OS X in a virtual machine. If you are comfortable with it, you could just use that way to use Xcode. This is legal if you "dual boot" your mac into...
View ArticleAnswer by Konstantin Grushetsky for How can I develop for iPhone using a...
You may try to develop web apps for iPhone using HTML, JavaScript, CSS. Check the getting started info at Apple's site.
View ArticleAnswer by Scott Szretter for How can I develop for iPhone using a Windows...
Two other optionsTitanium Developer - free community edition - write in HTML/JavaScript - compile with Xcode (requires a Mac or VM)OpenPlus ELIPS Studio - write in Flex, compile on Xcode (requires a...
View ArticleAnswer by Maurice for How can I develop for iPhone using a Windows...
You don't need to own a Mac nor do you need to learn Objective-C. You can develop in different environments and compile into Objective-C later on. developing for the iphone and ipad by runing osx...
View ArticleAnswer by MacDaemon for How can I develop for iPhone using a Windows...
Try macincloud.com It allows you to rent a mac and access it through RDP remote control. You can then use your PC to access a mac and then develop your apps.
View ArticleAnswer by wisty for How can I develop for iPhone using a Windows development...
If you have ssh access to a Mac, then you can use a VNC (like Vine VNC, which allows multiple uses at once - thin thin client) to control XCode.This could be useful if you wanted to access a Mac Mini...
View ArticleAnswer by ghenne for How can I develop for iPhone using a Windows development...
Check out NS Basic/App Studio. It's Visual Basic for the iPhone. (though you can also code in JavaScript). It produces WebApps which can be distributed without going through the App Store. Apps will...
View Article