Unity Mac's latest Apple package process

Introduction to the author: Casting Dreams xy. IT company technical partner, IT senior lecturer, senior Unity architect, founder of the dream-making road series courses.

IOS detailed packaging process

1. Apply for AppID
2. Create a certificate
3. Apply for a configuration file (also known as a description file)
4. Use Xcode to package

1. Apply for APPID

Open the official website
https://developer.apple.com
and log in to the developer account to enter this interface, click any red box
insert image description here

insert image description here
insert image description here

insert image description here

insert image description here
insert image description here
You can see it after clicking Register
insert image description here

2. Apply for a development certificate

insert image description here

![Insert picture description here](https://img-blog.csdnimg.cn/20200903211454676.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQyNDY xODI0, size_16, color_FFFFFF, t_70#pic_center

There are two types of developer certificates: Development and Distribution.

1. Development: Debugging certificate, used by developers, including debugging information. When generating the certificate, you need to add the device UDID to debug on the real machine or install it on the device, or install it on the jailbroken device.

2、Distribution:

App Store Distribution: production certificate (official certificate), online App Store use, no debugging information.
Ad Hoc: Test certificate, compiled and packaged through Archive -> Ad Hoc to generate *.ipa, which can be installed on any machine without adding device UDID.

Click Continue and the following interface appears.
insert image description here
Don’t panic. Let’s start creating a certificate.
First, open the MAC keychain. I can’t find it, I’m trying to find it, I’m trying to find it, and I’m trying to find it. Don’t tell me you’re using Windows

insert image description here

insert image description here
insert image description here
Here I changed the name to test so the following appears on the desktop
insert image description here

Then return to the certificate selection interface
insert image description here
insert image description hereinsert image description here

After going to the keychain, you can find one more certificate
insert image description here

3. Create a description file

After packaging, this interface pops up:
insert image description here

insert image description here

insert image description here
insert image description here

This interface is ready to export the file, depending on the size of the project, it will take more than 0-10 minutes
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

The article comes from the dream casting teacher, the series of courses on the road to dream casting.
If you want to know more about frameworks, frame synchronization technology, and UGUI optimization related technologies, you can search Zhumeng xy on Penguin kt.

Guess you like

Origin blog.csdn.net/qq_42461824/article/details/108393025