简体   繁体   English

是否可以发布使用AdHoc个人资料签名的应用(AppStore)?

[英]Is it possible to release app (AppStore) signed with AdHoc profile?

At the moment during our build i make an IPA file signed with the Distribution certificate and the AppStore profile. 目前,在构建过程中,我制作了一个IPA文件,该文件已用分发证书和AppStore配置文件签名。 I'd like to replace the signing of this IPA with AdHoc so we can distribute this IPA thru Microsoft AppCenter. 我想用AdHoc代替此IPA的签名,以便我们可以通过Microsoft AppCenter分发此IPA。 My question is as following : 我的问题如下:

Can i use this new ipa with AdHoc signed on TestFlight External Test AND eventually release this iPA file to the AppStore OR is it a requirement to upload a new binary resigned with the AppStore profile ? 我可以使用在AdFoc上已在TestFlight外部测试上签名的新ipa并最终将此iPA文件发布到AppStore还是需要上传用AppStore配置文件签名的新二进制文件?

I could imagine that this would work which means Apple must resign the iPA on the fly to AppStore profile because the iPA is already signed with the Distribution certificate. 我可以想象这将起作用,这意味着Apple必须立即将iPA签名到AppStore配置文件,因为iPA已经使用分发证书进行了签名。

/donnib / donnib

you can use AdHoc to distribute your app to public but that has limit. 您可以使用AdHoc将您的应用发布给公众,但这是有限制的。 few people can use your AdHoc whose UUID you were added on certificate. 很少有人可以使用在证书上添加了UUID的AdHoc。 AdHoc certificate/profile and Distribution certificate/profile are different. AdHoc证书/配置文件和分发证书/配置文件不同。

you can not release AdHoc to appStore or any other store. 您不能将AdHoc释放到appStore或任何其他商店。

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

相关问题 iPhone应用程序的调试非常快,但是(临时和应用程序商店)发布非常慢 - iPhone app Debug Is very fast but (Adhoc and appstore) Release is very slow Adhoc和Appstore版本编译不起作用 - Adhoc and Appstore release compiling doesn't work 在App Store上提交应用程序时,选择了XC Adhoc * dist配置文件的Apple批准了该应用程序? - is app approved by apple which is xc adhoc * dist profile selected while submiting app on appstore? 使用Appstore设置和AdHoc设置配置文件提交二进制文件以供Appstore审核 - Submitting binary for Appstore review with Appstore provisioning and AdHoc Provisioning profile 是否可以使用Xcode中的临时配置文件来调试我的应用程序? - Is it possible to debug my app with adhoc provisioning profile in Xcode? iOS:将应用提交到appStore / adhoc部署时出现问题 - iOS : Issue in submitting app to appStore / adhoc deployment 在具有AdHoc配置文件的设备上构建AppStore发行版的问题 - Problems with installing AppStore distribution build on device with AdHoc profile 在使用adhoc分发证书签名的设备上运行app - run app on the device signed with adhoc distribution certificate 使用adhoc分发配置文件导致iOS应用程序崩溃 - iOS app crashes using adhoc distribution profile 如何使用TestFlight发行临时版本的应用程序? - How to use TestFlight to release the adhoc version app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM