简体   繁体   English

将iPhone App提交到App Store,正确的配置文件

[英]Submitting iPhone App To App Store, Proper provision profile

We are in the process of submitting an iphone app to the app store. 我们正在将iphone应用提交到应用商店。 We've tested it using an adhoc distribution provisioning profile, however I was wondering if I need to create a separate provisioning profile for the app store. 我们已经使用即席分发设置配置文件对其进行了测试,但是我想知道是否需要为应用商店创建单独的设置配置文件。

On the distribution tab in the provisioning area, it enables me to create a distribution provision profile for the app store. 在供应区域的分发选项卡上,它使我能够为应用商店创建分发供应配置文件。 Do I need to build the app with that in order to submit it? 我需要以此构建应用才能提交吗?

Ad hoc would will not work. 临时将不起作用。 For me dealing the certificates and provisioning profiles is a very annoying experience. 对我来说,颁发证书和配置文件是非常烦人的经历。 This is what I needed to do to submit an app: 这是我提交应用程序所需要做的:

In Developer under iOS Provisioning Portal I needed to generate 4 certificates and download the WWDR intermediate certificate to be able to submit my app to the App Store: 在iOS Provisioning Portal下的Developer中,我需要生成4个证书并下载WWDR中间证书才能将我的应用提交到App Store:

  1. Under Developer Certificate section ( link ) generate a Developer Certificate. 在开发人员证书部分( 链接 )下,生成开发人员证书。 Also Make sure that you have the WWDR intermediate certificate installed, if in doubt download it from there. 另外,请确保已安装WWDR中间证书,如有疑问,请从那里下载。
  2. Under Developer Certificate section ( link ) generate a Distribution Certificate (This is not that will show up in Xcode!) 在“开发人员证书”部分( 链接 )下,生成分发证书(这不会在Xcode中显示!)
  3. Under Provisioning section ( link ) generate a Development Provisioning profile certificate 在“供应”部分( 链接 )下,生成“开发供应”配置文件证书
  4. Under Provisioning section ( link )generate a Distribution Provisioning profile. 在“供应”部分( 链接 )下,生成分发供应配置文件。 THIS WILL SHOW UP IN XCODE AS A DISTRIBUTION CERTIFICATE! 这将在XCODE中显示为分发证书!

After that I was able to select the iPhone distribution profile generated at 4. Also make sure that your target and project settings are the same. 之后,我可以选择在4生成的iPhone分发配置文件。还要确保您的目标和项目设置相同。

I hope it helps 希望对您有所帮助

是的,adhoc将不起作用,您需要使用为分发应用商店制作的配置文件进行重建/存档

Back in 2009, I did use my ad hoc provisioning profile to submit the app to the store:) 早在2009年,我确实使用了临时配置配置文件将应用程序提交给商店:)

But looks like things have changed since then. 但是自那以后情况似乎发生了变化。 I guess the answers say it will not work because the application validators detect this? 我猜答案说它将不起作用,因为应用程序验证程序检测到了这一点?

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

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