Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create the required certificates for iOS Development?

Tags:

iphone

I have registered for the Apple Developer Program and I am now able to login into the portal. I am a very newbie to App development for iPhone, however, I have read a few tutorials and blogs.

My question is how can I generate the certificate for my iPod Touch 4.3 viOS device. I could not find any easy to follow links, so came here to know the steps from someone experienced and someone who has already done similar task.

Also, I have installed iphone sdk on my machine. I tried to create a Hello World example. But when I do 'Build & Go' it gives some error about sdk... like no sdk found.

Can somebody help me with a easy to follow steps / links for creating the certificates and hopefully how to set up the iOS Development environment on my Mac.

Thanks in advance.

like image 465
Mahendra Liya Avatar asked Jul 30 '11 21:07

Mahendra Liya


People also ask

What is iOS development certificate?

An iOS developer certificate is a code-signing certificate, a digital signature that associates you and your digital identity with your applications. On the Mac, you must create and submit a request for an iOS development certificate. For more information, see the Apple documentation.

How many iOS development certificates can I have?

There is a maximum limit of 3 iOS Distribution Certificates per account.


1 Answers

Here is a pretty good tutorial on deploying iphone apps to your device. http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices It shows you how to create certificates, etc. with pictures and all.

As for your SDK error, go to Project>Edit Project Settings and under Architectures, change the Base SDK to one of the listed versions.

Good luck with your developing!

like image 74
22222222 Avatar answered Sep 25 '22 01:09

22222222