简体   繁体   English

我应使用我的生产证书或预配置文件分发对我的应用程序签名吗?

[英]Shall i sign my app with my Production Certificate or Provisioning Profile Distribution?

Im a solo developer that made a game app and a game lite app. 我是开发游戏应用程序和游戏精简版应用程序的独立开发人员。

Now i wane send them to app store. 现在我想将它们发送到应用程序商店。

Do i need to create two Provisioning Profile of type Distribution, or can i select my auto generated (says recommended) iPhone Distribution for both? 我是否需要创建两个类型为Distribution的Provisioning Profile,或者可以同时选择自动生成(建议使用)的iPhone Distribution?

If you haven't already created distribution provisioning profile for your apps - you need to create and select it for publishing it to the app store. 如果尚未为应用程序创建分发配置文件,则需要创建并选择它以将其发布到应用程序商店。 Your lite and full versions need two separate provisioning profiles unless you are upgrading the content through in app purchases. 精简版和完整版需要两个单独的配置文件,除非您通过应用内购买来升级内容。

Detailed explanation: 详细说明:

Usually for debugging you either use the XCode generated team provisioning profile or developer provisioning profile. 通常,对于调试,您可以使用XCode生成的团队配置文件或开发人员配置文件。

For pushing to the app store you should use the Distribution provisioning profile. 要推送到应用商店,您应该使用分发设置配置文件。

XCode provisioning profile recommendations are very useful when you are automating builds in continuous integration process. 当您在持续集成过程中自动进行构建时,XCode设置配置文件建议非常有用。 Since you are the only developer I guess it doesn't hurt choosing the exact profile from the list of profiles. 因为您是唯一的开发人员,所以我认为从配置文件列表中选择确切的配置文件不会有什么坏处。

暂无
暂无

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

相关问题 如果我在新证书(企业分发方法)上续订配置文件,我的应用程序会停止吗? - Does my app stop if I renew my provisioning profile on a new certificate (Enterprise Distribution Method)? 我可以将开发证书与即席分发配置文件一起使用来将我的应用分发给特定用户吗? - Can I use an Development certificate along with adhoc distribution provisioning profile to distribute my app to specific user? 哪个证书和配置文件用于签署我的申请? - which certificate and provisioning profile are used to sign my application? 我可以更改生产的证书和配置文件以允许APNS无需上传我的二进制文件吗? - Could I change the certificate and provisioning profile for production to allow APNS without upload my binary? 如何知道我的应用正在使用哪个分发/开发配置文件 - How to know which distribution/development provisioning profile my app is using 我的应用程序正在运行,但证书将在本月底到期(它会影响我的生产应用程序)。我应该续订并需要提交新应用程序吗? - My app is in live, but certificate is expiring on this month end(Does it affect my production app).Shall I renew and need to submit new app? 如果分发配置文件已过期且我想更新我的应用程序该怎么办? - What to do if a Distribution Provisioning Profile has expired and I want to update my app? 我的新iOS应用的证书,配置文件等 - certificate, provisioning profile etc for my new iOS app 我可以使用新的证书和配置文件在iTunes Connect上添加我的应用程序的版本吗? - Can I use new certificate and provisioning profile to add version of my app on iTunes Connect? 我可以使用相同的证书和配置文件在iTunes Connect上添加我的应用程序版本吗? - Can I use same certificate and provisioning profile to add version of my app on iTunes Connect?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM