Detailed teaching materials for iOS on the appstore

If you develop with native xcode, listing is relatively simple.

But if it is developed with uniapp frameworks such as hbuilderx, and there is no mac computer or xcode, can it still be put on the shelves? Yes, after reading this article, you will know how to use hbuilderx to complete the development without a mac computer.

First of all, you need an ios packaging certificate. If you don't have an ios packaging certificate, you can't package an ipa program that can be put on the app store. If you haven't packaged the certificate yet, you can refer to my article to generate the packaged certificate:

https://blog.csdn.net/weixin_48914851/article/details/128641076

With the ios packaging certificate, you can compile it into an ipa file in hbuilderx. After compiling the ipa file, you can complete the shelf according to the following process:

1. From the Apple Developer Center, enter the app store connect, open the app management, if you have not created an app, you must create an app first, when creating an app, the bundle ID (bundleId) is the most important field, when you choose to package with us Fill in the appId with the same package name.

where appId is in this format:

com.xxxxxxxx.yyyyy

 

2. After creating the app, click on the app to enter the app details, and fill in the information of the new version that needs to be put on the shelves, such as app screenshots and other app information.

If you don't have so many sizes of iPhones to take screenshots, you can use Banana Cloud Editor to take screenshots, address:

https://www.yunedit.com

Then you will encounter an item in the process, you need to upload the build version, as shown in the following figure:

 

3. However, the upload tools provided by the official website can only be installed on mac computers. Here we cannot use these tools if we use windows computers. We can use the above-mentioned banana cloud editor to upload.

Enter the Banana Cloud Compilation console, you can see the following interface

 

Click to upload a new file, you can see the following interface

 Here, it will ask us to fill in the Apple developer account and special password. Note that this special password is not the login password. If you don’t know how to set the special password, you can set the special password first by following the tutorial on setting the special password on the upload interface of Banana Cloud Editor.

After the filling is correct, it will take a few minutes to upload successfully. After the upload is successful, wait another 30 minutes to see the build version in the Apple Developer Center.

Guess you like

Origin blog.csdn.net/weixin_48914851/article/details/128736666