Certificates (certificate)
The certificate is divided into: Developer certificate and Publishing (product) certificate. The development certificate can only do the real machine test, the release certificate can only do the product release
: Is the computer's credentials to join the developer program
Identifiers (identifier): Unique identifier of the app (app ID)
APP ID corresponds to Boundle ID in Xcode
App ID is divided into an explicit app ID and a wildcard app ID
An explicit ID can be published to AppStore for example: Com.lanou.henan
The ID of the wildcard can only be used for real-machine testing such as: Com.lanou. *, com. * , *
Note::.::::::: App ID can only be added cannot be deleted
Devices (device): Unique identifier (UUID) of the device
Publishing to the App Store is not required to add a device
Do a real machine test to add a corresponding device identifier (UUID)
Uuid:universal Unique Identifier
Udid:unique Device Identifier
View UUID Xcode-> Windows-Organizer
Provisioning Profiles (Profile) contains which devices can be tested
The description file is divided into: developed profile and published profile
Developed profile: Contains information about certificates and devices, which can be used for an app
Published profile: Contains a certificate that is only available for one app
: Which devices are included for testing
The distribution of the certificate needs to be done in the keychain, export the P12 file
App creation (visible in itunes)
1. Name of the application
2. Applied (4 inches, 3..5 inches) cannot exceed 5 sheets (format, must be PNG, and JPG)
3. Description: No more than 4000 words
4. Application keywords must be relevant to your application
5. Application website, (can use blog) www.lofter.com
6. App icon (1024*1024)
7. Contact (name, phone, email) with questions in the application review
Upload the project to the AppStore process