Possible Duplicate:
iPhone development on Windows
I am android developer. Now In our Company their is one new requirement for Iphone. I have Downloaded all the Xcode and SDK that require for the development but we don't have mac m/c.
without mac machine can we develop the application??
We got the below link can we build our application with such 3rd party tool. What they saying give code to them they will run and give ios application.
Is their any third party tool by using that we can develop our application for Iphone.
Means we will write the and give It to them they will compile our code and give the app file which then we will put Inside the Mobile and Test.
Please help If any one having the Idea!! Thanks In advance.
There is no Tool or Development environment available to develop iOS and Mac Application.
You must have Mac OS and Mac machine to develop them. You will need XCode installed on Mac OSX to code, run and test your application.
If you do not want to buy Mac you can install Mac OSX on PC referring this link thats called Hackintosh. This works fine on PC if you follow steps properly:
http://tonymacx86.blogspot.in/2011/07/xmove-multibeast-install-os-x-107-lion.html
P.S. : Using Hackintosh you might have issues like Audio input disabled, USB disabled etc. but for developing it would serve your purpose.(To be honest, personally I don't recommend this way. Go for it only if you do not have any option.)
I actually use a Mac and XCode. However I once tried with Flash that can also be exported to an IPA file runnable on IOS. The problem is that anything runs very very slow so if your application needs dynamic contents it would be a problem.
If you want to use Windows - then MonoTouch lets you write cross platform Android / iOS apps with C# and .Net.
Of course you can, but this may include porting the frameworks to another system, including the compiler and the simulator.
There may be some project which already do part of that, but I don't remember the names.
You can also see for other mutli-platform framework which can help you create simple application using html / js.
You can use PhoneGap platform. It will run in windows platform.