Reputation: 765
I am wanting to put my iPhone app on a test device. I read somewhere where I need a developer certificate. Do I need to be in a paid developer program to create a developer certificate and provisioning profile?
Upvotes: 4
Views: 4195
Reputation: 2551
Yes, you need to be a paid developer. Basically is a two-step process:
Upvotes: 7
Reputation: 319
@simm0t is correct, you do need a paid IOS developer account. You can get one of those on developer.apple.com.
Also, if you simply cannot go through that process for whatever reason you can develop your app with a dummy certificate/provisioning (you can find these online) and upload to a jailbroken device, then install your app with Installous. While I was a student and couldn't afford a paid IOS dev account this is how I was able to learn to make iPhone apps and test them on my iPod touch.
Upvotes: 0
Reputation: 121
You must first sign up to be an offical developer here: iOS Developer Program
Then you must register devices via the provisioning portal: iOS Provisioning Portal
Upvotes: 1
Reputation: 6095
Yes. You need to sign up with the developer program to debug on devices and deploy to test devices.
Upvotes: 2