Summary of uniapp project practice (twenty-five) Apple ios platform APP packaging tutorial

Introduction: After your application is developed, it needs to be packaged before it is put on the iOS app store. Here is a brief introduction to the packaging method.

Table of contents

  • Preparation
  • Register an account
  • Generate certificate
  • Package configuration

Preparation

Before packaging, please ensure that your uniapp application can run normally when compiled into an iOS simulator or a real device debugging base environment. Apple's packaging process is relatively complicated. Here is a brief description of the process.

Process introduction:

  1. Register an Apple account
  2. Register an Apple developer account
  3. Log in to developer account
  4. Generate certificate file;
  5. Download the certificate and export it;
  6. Package the application to generate an ipa file;

Register an account

Go to the official Apple account website https://appleid.apple.com/account and use your usual email and mobile phone number to register;

Apply for a Dun & Bradstreet number

Dun & Bradstreet number application address: https://developer.apple.com/cn/support/DUNS/

Insert image description here

If you can find the Dun & Bradstreet number, use it directly and your registered email address will receive the email;

Insert image description here

If your company's Dun & Bradstreet number is not found, you need to apply for a Dun & Bradstreet number;

Insert image description here

Download Apple Developer App

Use your iPhone to download the Apple Developer App from the Apple ios App Store

After the download is completed, log in and register a developer account with the following information:

  • Contact information: name, email, mobile phone number, ID number, job title, face recognition;
  • Company information: company name, address, official website, Dun & Bradstreet code, phone number, email;
    Insert image description here

Fill in registration information

Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here

Guess you like

Origin blog.csdn.net/fed_guanqi/article/details/133461454