How to upload ipa to appstore in windows

Now in the era of big front-ends, many students no longer use native technology to develop apps, and more and more people start to use multi-terminal compatible frameworks such as uniapp to develop mobile terminals.

After we package the ipa file with these frameworks, how do we install the ipa to the mobile phone?

There are two methods here:

1. Submit the ipa to Apple for review in the App Store Connect of the Apple Developer Center. After passing the review, you can download the app in the App Store. In the process, we need to upload the ipa to the Apple Developer Center. We can use the upload tool Banana Cloud to help us upload the ipa to the build version of the Developer Center:

 

During the upload process, you need to use a special password to upload, not the login password. If you have not set a dedicated password, you can get a dedicated password here in the Apple Developer Center:

In the upper right corner of the developer center - "Email Setting -> My Apple ID, log in to Apple's personal center to set a special password.

 

 

 

 

 

 

 

2. We can use Banana Cloud to generate and install the QR code for ipa, scan the code and install it on the mobile phone for testing. The premise is that the ipa is packaged with an ad hoc description file, and the udid of the test mobile phone is added to the description file.

The address of the tool is as follows:

https://www.yunedit.com/neicedetail

If you need to get the udid of the test phone, you can open this link with your phone to get the udid

https://www.yunedit.com/udid

 

 

Guess you like

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