I. Developer Account Classification
1. Personal $99-688
2. Enterprise: $99-688 Dunkleosteus Code Enterprise Certification (difficult), team development.
$299 Dunkleosteus code authentication, but not on the shelves (without Apple review), specifically for enterprise-level users to customize the use of applications. (Use IPA package directly)
Two. Register the developer account
Three. Real-machine Commissioning
1. Register as an Apple Developer (99$)
2. Login to the Apple Developer homepage
Https://developer.apple.com/membercenter/index.action
3. Click
Certificates, Identifiers & Profiles
4. Click Certificates
> Click the plus sign in the upper left corner
> select iOS App development > click Next
> Directly Click Next
>upload CSR file.
> Find the Keychain Access on your computer and click on:
> Enter certificate information (whatever you want), most importantly, select Save to disk
> After the above steps, it will go to a certificatesigningrequest.certsigningrequest file
> upload the file to the Developer center and click Next to get our CER certificate
5. Register the bundle ID and tell the Apple which app needs to be debugged
> Click identifiers > Click the plus sign
> has two options to fill in the bundle ID,
Explicit App ID: Fill in an exact ID, if you need to do remote push/game Center/in-purchase functions, must fill in the exact bundle ID,
/Wildcard App ID: Fill in a vague ID, if you do not need to do remote push/game Center/internal purchase functions, directly fill in the fuzzy bundle ID, which can improve our development efficiency
> The next step is OK
6. Click Devices to tell Apple that a device can be debugged by the real machine
> Click the plus sign to add a device
> Click window to get the udid of the device
> Fill in the description of the equipment and equipment UDID registration equipment
> Note: Normal developer account, an account can only register 100 devices, Apple does not provide the ability to delete the device ID, only to prohibit the debugging of a device, prohibited devices will be emptied at the next payment (the second year)
7. Generate a profile that tells the system which computer's application can run on which device
> Click Provisioning Profiles, click the plus sign
> Always next, tell the system which computer/which app/which device can be debugged
> Get hm2test.mobileprovision file
8. Install the CER certificate and hm2test.mobileprovision file to your computer and phone
> Note Check the status of the certificate, it must be green to debug
> Note that the system version of the real machine must be larger than the deployment version in Xcode
Real-Machine debugging