One, pre-release preparation

1. Computer Windows 10 environment 2. Download appuploader. Exe tool, this tool can generate a certificate and description file on Windows (http://www.appuploader.net/appuploader/download.php). 3. Ios developer account (I applied for 688 RMB for one year, personal account) 4. HbuilderX development tool, used for packaging (.ipa or.apk or.wGT) and developmentCopy the code

2. Apply for ios App ID and special password for sending packets

1. Developer account, loginDeveloper.apple.com/account/res…

2. Apply for ios App ID(unique IDENTIFIER of App)
2.1 Select Identifiers and click the + sign to create themCopy the code

2.2 Select APP IDs and click ContinueCopy the code

2.3 Select App and click ContinueCopy the code

2.4 Enter the Bundle ID. Click Continue. The Bundle ID is the AppID displayed on the HbuilderX packaging screen and enter the Bundle IDCopy the code

2.5 Check that your application is successful and select Identifiers that are already in your listCopy the code

3. Apply for a password for app distribution and open the Apple ID management centerappleid.apple.com/zh_CNLogin to the developer account (for example, 666666)

Create certificate. P12 (develop and publish); Create a description file. Mobileprovision (develop and publish)

1. Open appuploader.exe and log in to the developer accountCopy the code

2. Click Apple Certificate and add a certificate (type: Select Development certificate and Distribution certificate).Copy the code

3. Download the P12 certificate to the local PC, and download the certificate development and distribution (p12 certificate is complete).Copy the code

4. Create a description file and click Description FileCopy the code

5. Fill in and select content (type: Development select Development, publish select App Store)Copy the code

6. Download the description file to the local PC for development and release (Mobileprovision description file is completed)Copy the code

Four, using HbuilderX, cloud packaging. Ipa

Bundle ID: Enter the Bundle ID obtained in Flow 2 > 2.4. Certificate private key password: Enter the password generated in Process 2 > 3. For example, 666666 Certificate and Description file: Select just downloaded to the local PCCopy the code

Five, put it on the App Store

1. The developers to login https://appstoreconnect.apple.com/, select my App, click + number, the new AppCopy the code

2. Fill in the basic information of the APP key, key, key: 1) Upload the size of the preview and screenshot according to the requirements; 2) If you only publish mobile phones, do not publish iPad pictures; 3) Technical support website set up a H5 website, this website must include technical support phone number 5) If the app uses photo albums, scan, microphone, etc., be sure to describe it in the.mainfest.json file of HbuilderXCopy the code

3. After filling in the above information, click "Save" in the upper right corner. The last step is to build version 4. Build version: Open appuploader.exe, log in to the developer account and click upload HbuilderX packaged.ipa fileCopy the code

5. Return to the developer to login https://appstoreconnect.apple.com/ can see just submitted version has shownCopy the code

6. Continue to complete the review information required for the shelves, select the build version, and click "Submit for review".Copy the code

At this point, just need to wait quietly for a day or so, there will be a result
Wish you are successful
As a matter of fact, when I wrote this article, MANY versions of the app had been updated. One day, I suddenly felt that if I did not record them, they would be forgotten. Moreover, now more and more people are using UNIApp to develop appsCopy the code