iOS development certificate request detailed tutorial (device debugging test use)

 

 

Appuploader can assist directly in the Windows computer iOS application certificate, the following is a detailed procedure to apply a set of iOS development certificate

 

First, download and install iOS shelves supporting software Appuploader

 

Appuploader download link

 

After downloading the package can be expanded directly without installation.

 

If the win system 32 when prompted appuploader.exe click start (shown below), 32-bit systems, or to click appuploader.jar start start.bat

 

Windows 32 system installed java please restart the software environment

 

java installation tutorial environment

 

 

 

 

 

 

Second, the application for iOS login Appuploader p12 certificate file

 

2.1 Open Appuploader, log in with an Apple Developer account.

 

 

2.2, select the certificate into the project

 

 

2.3, click to select the lower right corner + ADD

 

Type: Select the development certificate (certificate developed packaged to install to the phone)

Enter the certificate name: Do not Chinese, arbitrarily set

:( mailbox at random)

Password: Password credentials, not a developer account password, such as 123 not very complicated, remember well, you do, it is important when packaging.

Application id: here goes the election!

Click ok to create.

 

 

Note: iOS development certificate can apply for up to two, if the account already has two development certificate, and the application error (as shown below).

Can develop a profile for a plurality of APP test certificate, each app not apply for a development certificate corresponds to p12, p12 is the development of common certificate, to distinguish the following steps in the application of the line, a p12 may correspond to numerous profile .

Of course, before you can re-apply deleted

 

 

2.4 Once created, find the iOS developer certificate you just created ( iOS Development is the development of this type of certificate, if you create too have seen time period before you know what is a newly created), click the p12 file, download and save .p12 certificate file to the computer.

 

 

 

Third, the login Appuploader iOS development certificate application description file mobileprovision

 

iOS certificate file has two, just apply for the p12 file, then the application description file mobileprovision

 

 

Before applying for ios profile, different from the first to add a good basic information, applications and Apple's mobile devices id number udid

 

如果你之前添加过应用id和设备,应用id点击三角符号下拉可以看到,设备选择开发版profile选项可以看到之前添加的。

 

如果之前加过要用以前加过的应用id,跳过此步。

 

初次使用或者需要上架另一个项目app需要先创建一个应用id及添加相关的开发测试人员设备。

 

 

 

3.1、先介绍添加应用ID,点击添加应用id!(不同的APP需要编写不同的应用id相当于app的×××)

 

 

 

如果添加报错(应用id具有唯一性,可能重复添加或者别人用过这个应用id),解决办法就是修改下应用id,重新编下。

 

 

应用id:三段式格式、如app名称是淘宝,可以编写为com.app.taobao,自由编写!不能重复!具有唯一性@

名称:数字或者字母,自由编写,不要中文,不能重复。

 

在AU软件添加的应用id只有默认权限,如果你需要开通推送通知、苹果支付等权限需要到苹果开发者中心配置!

 

苹果开发者中心添加应用id配置相关权限教程

 

 

点击ok只要没弹出报错就是添加成功了,注意先关掉窗口,重新点右下角+ADD进入下拉应用id可查看刚添加的应用id是否存在。

 

 

填加好应用id下步添加设置udid

 

3.2 添加测试设备udid

 

要安装到哪个苹果手机测试就添加哪个手机的udid,添加了udid的手机才能安装,最多能加100个!

 

如果你以前加过udid,不需要加新的测试苹果手机上去,跳过此步,直接申请证书!

 

先来获取udid

 

udid如果你的手机链接了电脑并且安装好了相关驱动,AU软件会自动获取,直接点ok添加就行了

 

其他两种获取udid的方式

 

3.3、苹果手机助手获取UDID

 

如爱思助手,电脑下载爱思助手,连上苹果手机,设备信息里面那个设备标识就是udid。

 

 

 

 

3.4、扫码获取苹果手机udid

 

使用 iPhone 或 iPad 微信扫码选择自带的浏览器safari浏览器打开二维码里的链接,即可快速获取 UDID

这个一长串的就是设备的Udid

 

04bff1010f1656cde7d60g560d7d897e2821dc88

 

 

udid实例:2D4B87350609342980CB144F72FD2E66B66AEF6C

 

获取到udid输入

名称name:数字或者名字,自由编写,不能重复,不能中文。

点击ok无提示即为添加成功

 

在苹果开发中心也可以添加设备,在AU软件添加的设备在开发者中心也会有显示。

 

苹果开发者中心添加udid设备教程

 

 

如果苹果设备udid添加报错(如下图),检查这个udid是否正确或者之前添加过!

 

 

Type选择开发版即可看到刚添加的设备。

 

3.5、勾选相关信息生成ios开发证书描述文件

 

Type:选择开发版profile(安装到手机测试需要开发证书)

应用id:选择添加的对应的应用id

Devices:勾选需要测试苹果手机

名称:数字或者字母,随意输入,注意不要重复。

点击ok创建

 

 

 

3.6、选择刚创建的iOS开发版描述文件(iOS Developer这个类型的就是开发描述文件,找到刚创建的输入的名字),点击Download下载,保存到电脑

 

 

申请得到了两个iOS证书文件p12和.mobileprovision就可以去打包ipa了。


Guess you like

Origin blog.51cto.com/14411138/2421837