Dedicated password upload guide

Table of contents

introduction

1. Register an AppID account

2. Generate App-specific password

 5. Code implementation

6. Summary


introduction

APP-specific password app-specific password is a password specially used to upload ipa files, and it is a security mechanism of Apple!

Now that the Apple developer account has enabled two-factor authentication, this password is required when submitting the ipa file!

1. Register an AppID account

1. If you do not have an APP account, go to the official website of Apple ID and follow the prompts to register an account.

Download link:  Manage your Apple ID

What are the characteristics: will not fail

Can generate multiple (forgot to re-apply)

Different APPs are common on the shelves (no need to generate repeatedly)

2. Generate App-specific password

2. Enter the AppID main page and jump to the APPID page, click the three dots in "App-specific password"

3. Enter the account number and password to generate a special password (this special password will also be used in the backend of IPA to Apple)

PS: Please note that the coded pop-up here is the app-specific password, and the one set before is the dedicated password name

Step 1: In the App Uploader page, follow the requirements in turn.

Step 2: Enter the Manage your Apple ID page, and click More in the red circle.

Step 3: Follow the steps to generate a dedicated password.

Step 4: Enter the special password generated earlier on the App Uploader page to log in successfully.

Step 5: Log in on the iCloud page.

Step 6: Find the App ID.

 Step 7: Enter the App ID and password to log in successfully.

 5. Code implementation

ERROR ITMS-90189: “Redundant Binary Upload. You’ve already

uploaded a build with build number ‘5.0.0’ for version number ‘1.3.1’.

6. Summary

APP-specific password app-specific password is a password specially used to upload ipa files, and it is a security mechanism of Apple!

Now that the Apple developer account has enabled two-factor authentication, this password is required when submitting the ipa file!

Guess you like

Origin blog.csdn.net/weixin_72651014/article/details/131437344