简体   繁体   English

在 iphone 中安装 ipa 文件而不将其设备 ID 添加到配置文件中

[英]Install ipa file in iphone without adding it's device id into provision profile

I have ipa files which are created with Adhoc provision profile.我有使用 Adhoc 配置文件创建的 ipa 文件。 Now, i have one new device and i want to install all those ipa files in this new device.现在,我有一台新设备,我想在这台新设备中安装所有这些 ipa 文件。 While doing so, i am getting error.这样做时,我遇到了错误。 Can i install ipa files without adding new device id to provision profile?我可以在不向配置文件添加新设备 ID 的情况下安装 ipa 文件吗? Or do i need to create those again with new provision profile containing new device id?或者我是否需要使用包含新设备 ID 的新配置文件再次创建它们?

In your adhoc provisioning profile at the developer site add the new device id, download the provisioning profile on to the target and you are good to go.在开发人员站点的临时配置文件中添加新的设备 ID,将配置文件下载到目标上,然后您就可以使用 go。

Nooo.... :p unfortunately not. Nooo.... :p 不幸的是没有。

You have to add the device to the provisioning portal and then choose to include that device in the mobile provisioning certificate that you're including in the ipa file (you'll have to rebuild the project against the new provisioning profile).您必须将设备添加到配置门户,然后选择将该设备包含在您包含在 ipa 文件中的移动配置证书中(您必须根据新的配置文件重建项目)。 Unfortunately this is the only way to do it.不幸的是,这是唯一的方法。

As I know, Adhoc distribution lets your app running on maximum 100 devices.据我所知,Adhoc 分发可让您的应用程序在最多 100 台设备上运行。 In order to manage that, developer must add those devices' UDID under his/her profile.为了管理它,开发人员必须在他/她的配置文件下添加这些设备的 UDID。

So, I don't think there's any possibility for your quest.所以,我认为你的任务没有任何可能。

Cheers, Thang干杯,唐

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

相关问题 在没有配置文件的情况下在iPhone上安装.ipa文件? - Install .ipa file on iPhone without a provisioning profile? 在没有Apple开发人员帐户的情况下将新的iPhone UDID添加到配置文件 - Adding new iPhone UDIDs to provision profile without an apple dev account 如何在iphone4s中安装IPA文件 - How to install IPA file in iphone4s iOS:在供应配置文件更新后,是否可以再次安装旧的.ipa文件 - IOS: Is it possible to install the old .ipa file again after the renewal of Provision profile 我们可以在iPhone设备上自动安装任何.deb / .ipa文件吗? - Can we install any .deb/ .ipa file automatically on iPhone device? 有没有办法重新配置iPhone IPA文件而无需重新编译或使用XCode? - Is there a way to re-provision an iPhone IPA file without re-compiling or using XCode? 如何在不备份iPhone应用程序的情况下将AdHoc IPA文件安装到iPhone? - How to install AdHoc IPA file to iPhone without backing up apps of iPhone? 更改IPA文件的移动提供 - Change mobile provision of IPA file 我们可以在使用应用商店配置文件共同设计的 iPhone 上安装 IPA 吗? - can we install IPA on iPhone codesigned with app store provisioning profile? 如何在iPhone / iPad中创建.ipa文件以及如何安装.ipa? - How to create .ipa file & how to install .ipa in iphone/ipad?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM