Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

Do I need to be a member of iOS Developers program to develop and install an app on my iPad ?

Or can I just run Xcode and specify the device on which to install it ?

share|improve this question

2 Answers

up vote 5 down vote accepted

Without being a member, you can only run your app in the simulator. You must be a paid member to be able to install the app on a device.

Free:

Start developing for iOS and Mac OS X with the Xcode IDE, Dashcode, Instruments, Interface Builder, iOS Simulator and a suite of additional developer tools.

Paid:

Test and debug your code on iPad, iPhone and iPod touch to finalize your applications.

share|improve this answer
You just need some developer to sign your build so it runs on your device so you could always see if you could join an existing team of developers or a school that has an educational development program. These are not ideal if you truly need to rapidly develop your own app, but this can work if a friend has unused device slots and is willing to share with you. – bmike Nov 3 '11 at 15:54

You can do it if the iPad is Jailbroken. But that means you have to Jailbreak your device and the app may not work on non jailbroken devices, as you cannot test in the live enviroment.

If you join the dev programme you will get the beta downloads of iOS as well as being able to submit to the app store.

My advice would be, if you want to hang onto your cash for a while longer, develop the app, test it in the simulator that comes from downloading xCode, and once you are happy with it join the program.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.