简体   繁体   English

为其他开发者应用创建配置文件

[英]Create provision profile for other devs app

I have a developer creating my an iOS app, and they shipped me the IPA, but not a provisional profile, and won't be back until January 3 for vacation. 我有一个开发人员在创建我的iOS应用,他们向我提供了IPA,但没有临时配置文件,并且要等到1月3日才能休假。

Is there anyway to create a profile in my dev account for it? 无论如何,是否可以在我的开发者帐户中创建个人资料? I made an AppID and setup an AdHoc provisional profile and it still won't install. 我制作了一个AppID并设置了AdHoc临时配置文件,但仍然无法安装。 It copies to the device, at the last bit when it goes to "install" it says it "failed to install". 它复制到设备,最后是“安装失败”。

I am not sure if they will respond to before January 3rd when they get back, but I would like to check out the demo before then. 我不确定他们是否会在1月3日回来之前做出回应,但我想在此之前查看该演示。 I assume there is no way to install it without a profile. 我认为没有配置文件就无法安装它。

您也许可以使用Terminal命令行中的codesign实用工具,用自己的证书和Ad hoc设置文件对.app捆绑包重新签名(尝试使用通配符)。

If they sent you the Xcode project as well, you could recreate the app and codesign it yourself. 如果他们也向您发送了Xcode项目,则可以重新创建该应用程序并对其进行代码签名。 That should work. 那应该工作。

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

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