简体   繁体   English

提交到应用商店之前,我需要对我的应用进行签名吗?

[英]do i need to sign my app before submitting to app store?

do i need to sign my app with my distribution provisioning profile before submitting to app store? 提交到应用商店之前,我需要使用发行配置文件对我的应用进行签名吗? also tell me do i need to add entitlement as we do in ad hoc or simply build with app store distribution provision profile? 还告诉我,我是否需要像在临时中那样添加权利,或者只是使用应用商店分配条款配置文件进行构建?

do i need to sign my app with my distribution provisioning profile before submitting to app store? 提交到应用商店之前,我需要使用发行配置文件对我的应用进行签名吗?

Yes. 是。 You need to build the app with an iPhone Distribution Provisioning Profile associated with your distribution certificate. 您需要使用与您的发行证书相关联的iPhone发行配置文件来构建应用。 If you haven't already, you'll need to create a new Distribution Provisioning Profile that has its Distribution Method set to App Store. 如果还没有,则需要创建一个新的分发配置文件,该分发文件的分发方法设置为App Store。

do i need to add entitlement as we do in ad hoc or simply build with app store distribution provision profile? 我是否需要像在临时中那样添加权利,或者只是使用应用商店的分发规定配置文件进行构建?

Yes. 是。 Just like with Ad Hoc distribution, you need an entitilements.plist with the get-task-allow unchecked. 与Ad Hoc分发一样,您需要一个enttilements.plist,并且不选中get-task-allow

If you already have a configuration in Xcode for your Ad Hoc build, creating an App Store build configuration should be just a case of duplicating the As Hoc configuration and changing the code signing settings to use the App Store provisioning profile. 如果您已经在Xcode中拥有用于Ad Hoc构建的配置,那么创建App Store构建配置只是复制As Hoc配置并更改代码签名设置以使用App Store配给配置文件的一种情况。

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

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