Apple Developer Certificate

I want to host an iPhone application on a test device. I read somewhere where I need a developer certificate. Do I have to be in a paid developer program to create a developer certificate and training profile?

+4
source share
4 answers

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

  • Create your Apple Developer Account and join the iOS Developer Program. It will cost you $ 99 per year, and it will allow you to test your applications on the device and distribute your applications in the application store. You can go here to register.

  • Follow these steps to provide your test device.

+7
source

Yes. You need to register with the developer program for debugging on devices and deployment for device testing.

+2
source

You must first register to be the official developer here: iOS Developer Program

Then you must register the devices through the provisioning portal: IOS provisioning portal

+1
source

@ simm0t is correct, you need a paid iOS developer account. You can get one of those on developer.apple.com .

In addition, if you simply cannot go through this process for any reason, you can develop your application with a dummy certificate / preparation (you can find them on the Internet) and download it to the device with a hack, and then install the application using Installous. While I was a student and couldn't afford to pay the IOS dev account, I was able to learn how to make iPhone apps and test them on my iPod touch.

0
source

Source: https://habr.com/ru/post/1380057/


All Articles