Kyle Johnson
Kyle Johnson

Reputation: 765

Apple Developer Certificate

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

Answers (4)

joan
joan

Reputation: 2551

Yes, you need to be a paid developer. Basically is a two-step process:

  1. Create your Apple developer account and join the iOS Developer Program. It will cost you $99/year and it allows you to test your apps on a device and distribute your apps in the app store. You can go here to register.
  1. Follow these steps in order to provision your test device

Upvotes: 7

Pixelmixer
Pixelmixer

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

ScottK
ScottK

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

s1mm0t
s1mm0t

Reputation: 6095

Yes. You need to sign up with the developer program to debug on devices and deploy to test devices.

Upvotes: 2

Related Questions