简体   繁体   English

通过Xcode安装iOS IPA,且钥匙串中没有证书,也未安装配置文件

[英]Install iOS IPA via Xcode with no certificate in keychain and no provisioning profile installed

I have an oracle VM with OSX ML installed on it. 我在上面安装了OSX ML的Oracle VM。 I want to install an IPA via Xcode organiser, its properly provisioned for my iPhone UDID. 我想通过Xcode管理器安装IPA,它已为我的iPhone UDID正确配置。 Is it possible to install it on my iphone, when there is no certificate in my keychain access as wel as there is no provisioning profile installed on my system. 当我的钥匙串访问中没有证书时,是否可以将其安装在我的iPhone上,因为我的系统上没有安装配置文件。

I have just an IPA, properly code-signed for my iPhone. 我只有一个IPA,为我的iPhone正确进行了代码签名。 As its first time for my iPhone, so I also have iTunes Connect account to start development login via organiser. 作为我的iPhone的第一次,我还拥有iTunes Connect帐户以通过管理器开始开发登录。

Will it be possible to install it like that or we need to install certificates and provisioning profiles first to install an IPAw to my iphone? 是否可以像这样安装它,还是我们需要先安装证书和配置文件才能将IPAw安装到我的iPhone?

  1. If you want to run the application on your Device using the XCode you need to have certificate in keychain access as wel as provisioning profile installed on your system. 如果要使用XCode在设备上运行应用程序,则需要在钥匙串访问中拥有证书,就像在系统上安装的配置文件一样。
  2. What you can do is you can install it using the iTunes. 您可以做的是使用iTunes安装它。
  3. As you have the .ipa file build with provisioning profile which had your UDID, it'll be installed using the iTunes. 当您使用带有您的UDID的配置文件构建.ipa文件时,将使用iTunes安装该文件。

If you have IPA file signed for correct iPhone device, all you require is iPhone data cable and iTunes installed on either MAC/PC. 如果您已为正确的iPhone设备签名了IPA文件,则只需在两台MAC / PC上安装iPhone数据线和iTunes。

Certificate and provisioning profile is required only for creating IPA file by building source code. 仅通过构建源代码创建IPA文件时才需要证书和配置文件。

Hope that helps! 希望有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM