Step by step teach you how to mount iOS apps
Step 1: Download/create a certificate and assign it to a certificate. If yes, download it directly. If no, click the plus sign in the upper right corner to create a certificate. The specific new content is not described here. This is Provisioning Profiles. There are two ways to create this: first, directly specific to the suffix, such as com. xiaoguizi. NotePad. Another type is com. xiaoguizi .*. You can use the Profiles for multiple times if you are the latter. Only one suffix can be released. Download and install both of them. Step 2: Open the https://itunesconnect.apple.com, then login, and then enter the interface as shown in: click "My APP" to enter, you can see a plus sign in the upper left corner, click such as: 1, Name: the name displayed by the App in the App Store. The name cannot contain more than 255 characters. 2. Version: the version number is displayed in the App Store and must be consistent with the version number used in Xcode. 3. Main language: If the App information is not localized to the App Store in a country, the App information will be displayed in the main language. 4. package ID: the package ID must match the ID you used in Xcode. This ID cannot be changed after you submit it for the first time. 5. SKU: A unique App ID that is not displayed in the App Store. You can define it yourself. I personally think it is important to differentiate apps under my account. 6. package ID Suffix: Your package ID must be consistent with the one used in info. plist of the App. I personally think it is com. sdfsdfsdfdsf. This is the suffix. After entering the information, click Create. Step 3: Open Xcode and complete the settings above. Then, package the settings: Select iOS Devices for running and use. Then, choose Product> Archive. After the verification is successful, the interface is shown as follows: Verify the operation and click Submit to App Store. Close Xcode after completion. Step 4: Set the content in itunesconnect to open the https://itunesconnect.apple.com, select the app you created in step 2, and then click to enter. There is not much to say about the information that needs to be improved. As required. Just click the plus sign when building the version, select the app that we just submitted to appstore, click Save after everything is complete, and then click submit for review. Then we can wait for the review. After the submission is as follows: what we need to do now is: Wait. Wait for Apple's review. Conclusion: The first step requires two things, as shown in Figure 2. Step 3: Create an APP and then set info in itunesconnect. bundle identifier 2 in plist is Code Signing 3 in Project, Code Signing 4 in TARGETS is Bundle Identifier in TARGETS. Step 4: We need to see that the word is waiting for review to complete. Note: if there is something wrong, you can directly reply to the question if you have any questions.