简体   繁体   English

在没有配置文件的情况下在iPhone上安装.ipa文件?

[英]Install .ipa file on iPhone without a provisioning profile?

我想生成一个.ipa文件,以便可以在没有配置文件的情况下通过iTunes安装它。

You cannot do this on an un-jailbroken device the app will simply not install if it does not contain a registered provisioning profile. 您无法在未越狱的设备上执行此操作,如果该应用程序不包含注册的配置文件,则该应用程序将不会安装。

The best way if you don't want to create one provisioning profile for one particular app is to use a Team Provisioning Profile wildcard and build out straight from Xcode your connected device. 如果您不想为一个特定的应用程序创建一个配置文件,最好的方法是使用团队配置文件通配符,然后直接从Xcode扩展您所连接的设备。

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

相关问题 我们可以在使用应用商店配置文件共同设计的 iPhone 上安装 IPA 吗? - can we install IPA on iPhone codesigned with app store provisioning profile? 在iPhone应用程序中制作IPA文件时未显示配置文件 - Provisioning profile not being show while making ipa file in iphone app 在 iphone 中安装 ipa 文件而不将其设备 ID 添加到配置文件中 - Install ipa file in iphone without adding it's device id into provision profile 使用更新的配置文件重新创建IPA文件 - IPA file recreation with updated Provisioning profile 通过Xcode安装iOS IPA,且钥匙串中没有证书,也未安装配置文件 - Install iOS IPA via Xcode with no certificate in keychain and no provisioning profile installed 创建ipa文件,设置临时配置文件有很多错误 - Create ipa file , provisioning ad hoc profile a lot of errors 如何使用配置文件ios获取IPA文件 - how use provisioning profile ios to get an IPA file 是否可以在没有iTunes的情况下安装配置文件? - Is it possible to install a provisioning profile without iTunes? 如何在不备份iPhone应用程序的情况下将AdHoc IPA文件安装到iPhone? - How to install AdHoc IPA file to iPhone without backing up apps of iPhone? 在没有分发文件的情况下(仅在配置文件中)将ipa发送给测试人员 - Sending ipa to testers without a distribution file (just with provisioning file)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM