iOS launch and ipa package uploaded to AppStore

To upload an ipa package to Apple's app store, you need to use xcode or transporter, but both software need to be installed on a mac computer. If we use a windows computer to develop a uniapp app, can we upload it without installing the software?

In this way, we can use Banana Cloud Editor to upload. The address of the tool is as follows:

https://www.yunedit.com

I'll list the steps for uploading:

1. Log in to the Apple Developer Center, enter app store connect, and create an APP. Please note that the package ID of the created APP needs to be consistent with the package name filled in when packaging the APP.

2. Click APP to enter the APP details page and create a new version. Fill in all other information, and then it will ask us to select a build version on the way. This build version cannot be uploaded directly on the website, and it asks us to upload it using the tool it recommends.

3. However, the tools it recommends require a Mac computer to be installed, so we use the Banana Cloud Editor just recommended to upload.

4. During the uploading step, Banana Cloud Editor requires us to provide the Apple Developer Center account and dedicated password. Note that you do not enter the login password here, but the dedicated password. There is a tutorial on the upload interface of Banana Cloud Editor to teach you how to obtain the dedicated password. , just follow the tutorial to obtain the dedicated password.

It will take about 30 minutes after the upload is completed and you can see it in the build version. Then continue to submit for manual review in app store connect.

Guess you like

Origin blog.csdn.net/h5xiaoyu/article/details/128562276