How to put on the appstore without xcode in windows

Nowadays, when developing apps, many companies do not use native devices for development. Many companies choose cross-platform frameworks such as uniapp for development. Therefore, we can use tools such as hbuilderx to package them into ipa and then put them on the shelves, but the ipa we packaged , but we need to use xcode and other tools to put them on the shelves, and these tools can only be installed on mac computers. If we use windows computers, is there a way to put them on the shelves?

Below I will teach you how to put on the appstore:

First of all, packaging ipa requires an ios certificate. If you do not have an ios certificate, you can refer to this article to create an ios packaging certificate first:

https://blog.csdn.net/handsome0916/article/details/114278565

If you already have a certificate, and use the app store type profile file to package the ipa file, then you can use the following tutorial to put the ipa file on the shelf:

1. Log in to the Apple Developer Center, enter the app store connect on the homepage of the console, and check whether the app has been created. If not, create the app first. The bundle ID of the app must be the same as the name of the package you packaged.

 

2. Click the created app to enter the publishing interface, fill in various information and materials, and then you will see that the build version needs to be uploaded. All the tools provided by its official website need to be installed, and they can only be installed on the mac. Here we Without these tools, see step 3.

 

3. Here we use Banana Cloud to upload, the address is:

地址:https://www.yunedit.com/ipadetail

Enter the console of Banana Cloud, as shown in the figure below, and click to upload a new file:

 

4. It should be noted here that what we need to enter is a special password, not a login password. There is a tutorial on setting a special password on the upload interface of Banana Cloud, and you can refer to the tutorial on obtaining a special password.

 

After the above steps, you can upload the ipa to the app store connect, wait 30 minutes, and you can see the newly uploaded version in the build version.
 

Guess you like

Origin blog.csdn.net/handsome0916/article/details/128929125