Apple Developer https://developer.apple.com/
Certificate Creation process
Certificates (certificate):is that the computer can increase the developer program's credentialsThe certificate is divided into: Development certificate and Publication (product) certificate, development certificate only can do real machine test, publish certificate only can do product announcement
identifiers (identifier):Unique identifier of the app (app ID)App ID corresponding xcode in boundle IDApp ID is divided into clear app ID and wildcard app IDunderstand the app ID can be published to AppStore, such as: Com.lanou.henanThe app ID only does a real-computer test such as: Com.lanou.*.com.*.*NOTE: App ID can only be added and cannot be deleted
Devices Equipment:Unique identifier (UUID) of the deviceno need to add equipment to the AppStore.a real machine test is required to add the appropriate device identifiersuuid:universal Unique Identifierudid:unique divice Identifier
Provisioning Frofiles (Descriptive narrative document):including the devices that can do tests and the associated certificates .Descriptive narrative document is divided into: the development of descriptive narrative documents and published descriptive narrative documentsdeveloped descriptive Narrative file: Includes certificate and device information, can be targeted for multiple appspublished descriptive narrative document: includes a certificate that can only be used for an app
the distribution of certificates needs to be carried out in the keychain, p12 files everywhere
app Creation (itunes)1. Name of the application2. The applied (4-inch, 3.5-inch) can not exceed five sheets (format must be: PNG, jpg)3. Descriptive narrative of the application (no more than 4000 words)4. Application keyword (must be related to your app)5. Application site (can use blog)6. App icon (1024x768 * 1024x768)7. Contact (name, phone, email) with questions in the application review
What you need to do to upload iOS apps