如何使用Xcode对Sign ios应用程序进行编码? (对于客户) [英] How do I code sign ios app using xcode ? (For clients)

查看:113
本文介绍了如何使用Xcode对Sign ios应用程序进行编码? (对于客户)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用xCode为客户端对Sign Ios应用进行编码.他已经给我发送了证书和配置文件,但如何使用它们对应用程序进行代码签名.

How can I code sign Ios app using xCode for a client. He already sent me a certificate and a provisioning profile but how to use them to code sign the app.

注意: 1-我没有Apple开发人员帐户. 2-该应用程序是由Unity开发的. 3-我使用谷歌播放服务的cocapods在Ios

Notes: 1- I don't have an apple developer account. 2- the app is developed by Unity. 3- I used cocapods for google play services to work on Ios this is how I used it (Check out FaHu answer).

请帮助我,我以前从未使用过xCode,因此,如果您可以逐步地进行操作,那将是Ios的新手,这将使您感激不已,因为他们坚持执行了一个半月之久.

Please help I've never used xCode before so am new to Ios in general if you can provide a step by step that will be so appreciated as am stuck to do this for a month and a half.

推荐答案

首先,通过单击将开发证书导入到Keychain Access中.然后,继续将配置文件添加到Xcode上.

First of all, import the Development Certificate into Keychain Access by clicking on it. Then, go ahead and add the provisioning profile to Xcode by clicking on it as well.

在Xcode中,请执行以下步骤:

In Xcode, go through the following steps:

  1. 在左上角,单击Xco​​de项目图标

  1. 继续并单击项目",然后单击顶部的构建设置".

  1. 在下一个视图中,向下滚动直到找到代码签名"区域.对于代码签名身份",请继续输入证书名称(单击当前值以获取下拉列表).您可以同时针对调试"和发布"以及任何iOS SDK"执行此操作.然后,您单击供应配置文件,然后选择您的客户配置文件.

  1. 重复步骤2和3,但这一次不是针对PROJECT,而是针对左侧的TARGET.另外,对于目标,请转到常规"选项卡,然后从下拉窗口中选择您的证书捆绑到的团队.

确保使用证书绑定到的Apple ID登录.您可以在Xcode设置(cmd +,)中完成此操作.

Be sure to login with the Apple ID the certificate is bundled to. You can do that in the Xcode settings (cmd + ,).

这篇关于如何使用Xcode对Sign ios应用程序进行编码? (对于客户)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆