Apple Developer https://developer.apple.com/
Certificate Creation process
Certificates (certificate):is the credential that the computer can join the developer programcertificate is divided into: Development certificate and Release (product) certificate, development certificate can only do real machine test, release certificate can only do product release
identifiers (identifier):Unique identifier of the app (app ID)App ID corresponds to Boundle ID in XcodeApp ID is divided into an explicit app ID and a wildcard app IDThe explicit app ID can be published to AppStore, for example: Com.lanou.henanThe wildcard app ID can only be tested for real-computer testing example: Com.lanou.*.com.*.*NOTE: App ID can only be added without deleting
Devices Equipment:Unique identifier (UUID) of the devicePublishing to AppStore is not required to add a deviceto do a real machine test is to add the corresponding device identifieruuid:universal Unique Identifierudid:unique divice Identifier
Provisioning Frofiles (description file):contains the devices that can be tested and the associated certificatesThe description file is divided into: developed profile and published profiledeveloped Profile: Contains certificate and device information that can be used for multiple appspublished profile: Contains a certificate that is only available for one app
the distribution of the certificate needs to be done in the keychain, p12 files everywhere
app Creation (itunes)1. Name of the application2. The applied (4-inch, 3.5-inch) cannot be more than five sheets (format must be: PNG, jpg)3. Application description (can not exceed 4000 words)4. Application keywords (must be related to your app)5. Application website (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 your iOS app