IOS证书

作者: ShindouHikaru | 来源:发表于2015-07-21 15:08 被阅读1646次

    登录iOS Dev Center

    ![Uploading idc_cip_366495.png . . .]打开网站[iOS Dev Center]
    (https://developer.apple.com/devcenter/ios/index.action)
    使用苹果开发者账号登录iOS Dev Center:

    idc_login.jpg
    • 登录成功后在页面右侧选择“Certificates, Identifiers & Profiles”:


      idc_cip.png
    • 在“Certificates, Identifiers & Profiles”页面的“iOS Apps”栏中任选一项,如“Certificates”:

    idc_iosapps.png
    • 打开“iOS Certificates”页面,可以看到所有已经申请的证书及描述文件:
    idc_ioscert.png

    申请苹果App ID

    • (如果已经申请,可跳过此节)在“iOS Certificates”页面“Identifiers"下选择“App IDs",可查看到已申请的所有App ID,点击右上角的加号可创建新“App ID”:
    id_new.jpg
    • 打开“Register iOS App ID”页面,在“App ID Description”栏下的“Name”项中输入名称(如“HBuilderApp”):
    id_name.png
    • 在“Explicit App ID”栏下的“Bundle ID”项中输入App ID(使用反向域名格式字符串,如“io.dcloud.HBuilderApp”):注意:HBuilder中App云端打包界面的AppID栏需要输入此值
    id_id.png
    • 在“App Services”栏下选择应用要使用到的服务(如需要使用到消息推送功能,则选择“VPN Configuration & Control”):
    Paste_Image.png
    • 设置完成后选择“Continue”,弹出确认页面:
    Paste_Image.png
    • 确认后选择“Submit”提交,再次确认就可以在“App IDs"页面看到刚创建的App ID:
    Paste_Image.png

    生成证书请求文件

    • 不管是申请开发(Development)证书还是发布(Distribution)证书,都需要使用证书请求(.certSigningRequest)文件,证书请求文件需在Mac OS上使用“Keychain Access”工具生成。在“Spltlight Search”中搜索“Keychain”并打开“Keychain Access”工具:
    Paste_Image.png
    • 打开菜单“Keychain Access”->“Certificate Assistant”,选择“Request a Certificate From a Certificate Authority...”:
    Paste_Image.png
    • 打开创建请求证书页面,在页面中输入用户邮件地址(User Email Address)、证书名称(Common Name),请求类型(Request is)选择保存到磁盘(Saved to disk):
    Paste_Image.png
    • 点击“Continue”后弹出保存路径:
    Paste_Image.png
    • 点击“Save”后保存证书请求文件,成功提示:
    Paste_Image.png
    保存文件名称为“CertificateSigningRequest.certSigningRequest”,后面申请开发(Development)证书和发布(Production)证书时用到。
    

    申请开发(Development)证书和描述文件

    • 开发(Development)证书用于测试环境下使用,可以直接安装到手机上(不用提交到Appstore),但一个描述文件最多只能绑定100台设备(因此通过这种证书正式发布应用是行不通的)。
    申请开发(Development)证书
    • 在“Certificates, Identifiers & Profiles”页面“Certificates"下选择“Development",可查看到已申请的所有开发(Development)证书,点击右上角的加号可创建新证书:
    Paste_Image.png
    • 打开“Add iOS Certificate”页面,在“Development”栏下选中“iOS App Development”:
    Paste_Image.png
    • 在页面底部选择“Continue”:
    Paste_Image.png
    • 打开确认证书请求页面,点击“Continue”继续:
    Paste_Image.png
    • 打开证书生成页面,点击“Choose File...”选择“生成证书请求文件”章节生成的“CertificateSigningRequest.certSigningRequest”文件,点击“Generate”生成cer证书成功:
    Paste_Image.png
    • 生成证书成功后打开证书下载页面,选择“Download”下载保存证书(ios_development.cer):
    Paste_Image.png
    • 双击保存到本地的ios_development.cer文件导入到“Keychain Access”:
    Paste_Image.png
    • 导入成功后,可以在证书列表中显示:
    Paste_Image.png
    • 选中导入的证书,右键选择“Export "Developer" ...”:
    Paste_Image.png
    • 打开证书保存页面,输入文件名、选择路径后点击“Save”:
    Paste_Image.png
    • 打开设置证书密码页面,输入密码及确认密码后点击“OK”:
    Paste_Image.png
    打开访问“Keychain Access”密码页面,输入Mac OS管理员密码,点击“Allow”,保存开发(Development)证书(如“HBuilderCert.p12”)。
    

    添加调试设备

    • 开发描述文件必须绑定设备,所以在申请开发描述文件之前,先添加调试的设备。(如果已经添加设备,可跳过此节)在“Certificates, Identifiers & Profiles”页面“Devices”下选择“All",可查看到已添加的所有设备信息,点击右上角的加号可添加新设备:
    Paste_Image.png
    • 打开“Registering a New Device or Multiple Devices”页面,输入设备名称和UDID:
    Paste_Image.png Paste_Image.png
    • 将设备连接到电脑,启动iTunes,点击次区域可切换显示设备的UDID,右键选择复制
    Paste_Image.png
    • 输入完成后,点击“Continue”继续,确认输入信息:
    Paste_Image.png
    点击“Register”,完成添加。
    

    申请开发(Development)描述文件

    • 在“Certificates, Identifiers & Profiles”页面“Provisioning Profiles”下选择“Development",可查看到已申请的所有开发(Development)描述文件,点击右上角的加号可创建新描述文件:
    Paste_Image.png
    • 打开“Add iOS Provisioning Profile”页面,在“Development”栏下选中“iOS App Development”:
    Paste_Image.png
    • 点击“Continue”按钮,打开“App ID”选择页面,选择要使用的“App ID”(如之前创建的“io.dcloud.HBuildApp”),点击“Continue”:
    Paste_Image.png
    • 打开“Select certificates”页面,选择前面创建的开发证书:
    Paste_Image.png
    • 点击“Continue”,打开选择调试设备页面,选择用于调试安装的设备(最多100太设备):
    Paste_Image.png
    • 点击“Continue”,输入描述文件的名称(如“HBuilderProfile”):
    Paste_Image.png
    • 点击“Generage”,生成描述文件成功:
    Paste_Image.png
    点击“Download”下载保存开发描述文件(如HBuilderProfile.mobileprovision)。
    

    申请发布(Distribution)证书和描述文件

    • 发布(Production)证书用于正式发布环境下使用,用于提交到Appstore审核发布。
    申请发布(Production)证书
    • 在“Certificates, Identifiers & Profiles”页面“Certificates"Production",可查看到已申请的所有发布(Production)证书,点击右上角的加号可创建新证书:
    • 打开“Add iOS Certificate”页面,在“Production”栏下选中“App Store and Ad Hoc”:
    Paste_Image.png
    • 在页面底部选择“Continue”:
    Paste_Image.png
    • 打开确认证书请求页面,点击“Continue”继续:
    Paste_Image.png
    • 打开证书生成页面,先点击“Choose File...”选择“生成证书请求文件”章节生成的“CertificateSigningRequest.certSigningRequest”文件,再点击“Generate”生成cer证书:
    Paste_Image.png
    • 生成证书成功后打开证书下载页面,选择“Download”下载保存证书(ios_production.cer):
    Paste_Image.png
    • 双击保存到本地的ios_production.cer文件导入到“Keychain Access”:
    Paste_Image.png
    • 导入成功后,可以在证书列表中显示
    Paste_Image.png
    • 选中导入的证书,右键选择“Export "Developer" ...”:
    Paste_Image.png
    • 打开证书保存页面,输入文件名、选择路径后点击“Save”:
    Paste_Image.png
    • 打开设置证书密码页面,输入密码及确认密码后点击“OK”:
    Paste_Image.png
    打开访问“Keychain Access”密码页面,输入Mac OS管理员密码,点击“Allow”,保存开发(Production)证书(如“HBuilderCert.p12”)。
    

    申请发布(Distribution)描述文件

    • 在“Certificates, Identifiers & Profiles”页面“Provisioning Profiles”下选择“Distribution",可查看到已申请的所有发布(Distribution)描述文件,点击右上角的加号可创建新描述文件:
    Paste_Image.png
    • 打开“Add iOS Provisioning Profile”页面,在“Development”栏下选中“iOS App Development”:
    Paste_Image.png
    • 点击“Continue”按钮,打开“App ID”选择页面,选择要使用的“App ID”(如之前创建的“io.dcloud.HBuildApp”),点击“Continue”:
    Paste_Image.png
    • 打开“Select certificates”页面,选择前面创建的发布证书:
    Paste_Image.png
    • 点击“Continue”,输入描述文件的名称(如“HBuilderProfileDistribution”):
    Paste_Image.png
    • 点击“Generage”,生成描述文件成功:
    Paste_Image.png
    点击“Download”下载保存开发描述文件(如HBuilderProfileDistribution.mobileprovision)。
    

    IOS个推证书

    相关文章

      网友评论

      本文标题:IOS证书

      本文链接:https://www.haomeiwen.com/subject/edvpqttx.html