Iphone development

Everyone seems to be interested in making iPhone apps today. Do you need an iphone to create an app? Is there a dev / test environment that mimics the iphone experience to avoid having to buy it.

If so, what are the next steps in this direction?

-1


a source to share


3 answers


You don't need an iPhone to develop an iPhone app. You can also use an iPod Touch. If you don't want to buy any device, the iPhone SDK comes with an iPhone simulator that you can use to test your apps. However, the simulator has a number of limitations, such as the lack of accelerometers.



Note that you also need a Macintosh with version 10.5 of Mac OS X.

+3


a source


If you plan to release your app on the Apple Store, it must be developed using Apple's iPhone Development Kit. The developer kit is available for download from its website. (You can use various open source developers to allow your application to run on jailbreak phones.) I think you also need to join Apple's developer program - about $ 99 or something.



The wrinkle is that the developer kit only works on macOS, so you must have Apple to develop apps. It comes with a software emulator, so you don't need to have a real iPhone.

+2


a source


You don't have iPhone tech support to write an iPhone program, but you need (if you're going through regular channels without hacking) an Intel-based Mac, and testing your app on a device is 100, if not 1000 times more useful than testing in simulator.

Go to Apple's developer site to sign up as a developer (free until you want to test your device, see above) and download Xcode. This will be the iPhone SDK and iPhone simulator.

+2


a source







All Articles