Full version of Apple developer account application process

Apple Developer Account Application Document

1. Registration of Apple ID

1. Register Apple ID: https://appleid.apple.com/account#!&page=create

o Choose China as your nationality to avoid unnecessary trouble when you register for the developer account later (though I don't know what the trouble is)

o The age must be over 18 years old, this will also be the reason for the failure to register the developer account later.

2. Registration of developer account

1. Log in to the personal account page and click join..

2. After entering the interface, click the blue button at the top right

3. Click to enter the following interface, click to start registration

4. Select the corresponding account type

Select individual/item for common account.

5. Fill in company information and personal information

Note that English letters must be used to describe here, but Chinese cannot appear.

6. Confirm after inputting the information, after confirmation

After clicking to buy, there will be a request to log in again, just click to log in.

8. Choose the payment method, the process will end after the payment is completed, just wait for review.

three. Create App Development Certificate

1. Log in to https://developer.apple.com/account/ to create a developer certificate.

2. Create a package name

After filling in the corresponding information, the package name creation can be completed

3. Create a development certificate

Click + Create Certificate

Certificates mainly include Development (debugging certificate) and Production (production certificate). Development is used by developers during development, and Production is used to package and publish App to the App Store.

Normally you need to create three certificates

1.iOS App Development.

2.App Store and Ad Hoc

3.Apple Push Notification service SSL (Sandbox & Production)

four. Create App

1. Log in to https://appstoreconnect.apple.com

2. Click the + sign to select the bundle Id you just created to create a new application, and the creation is complete.

Generally, you will need to create a registration package ID based on the bundle ID. The package ID should be used to generate a common App package name with the program used by watchOS Apple iWatch and iPad, just click the blue character to create it.

At this point, all the work other than development is completed, and the rest of the work is going to Xcode to develop the App!



Author: Kevin struggle in the
link: https: //www.jianshu.com/p/655380201685

Guess you like

Origin blog.csdn.net/wangletiancsdn/article/details/98070660