Answer by Druid for How can I develop for iPhone using a Windows development...
There's also Sencha Architect and Sencha Touch from the company that makes Ext JS.
View ArticleAnswer by Very Objective for How can I develop for iPhone using a Windows...
Interesting that no one has mentioned the cross-platform wxWidgets option.It's less than an optimal solution, though.IMHO, the business-wisest way to go is to invest the money in Apple's endorsed...
View ArticleAnswer by Eir Nym for How can I develop for iPhone using a Windows...
Yes and you don't need to learn Objective-C and buying Apple software and hardware.Adobe have created compilator from ActionScript 3 to program for iOS. And later Apple approved this method of...
View ArticleAnswer by priamos for How can I develop for iPhone using a Windows...
A devkit that allows one to develop iPhone apps in Objective-C, C++ or just plain C with Visual Studio:Check it out at iOS build envYou can build iPhone apps directly within Visual Studio (2008, 2010,...
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 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 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 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 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 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 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 Ofer Brandes for How can I develop for iPhone using a Windows...
You can use Tersus (free, open source).
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 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 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 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 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 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 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 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 Article