xcode 在 xcode4 中将 iPhone 应用程序上传到 AppStore 的步骤

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5401257/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:37:22  来源:igfitidea点击:

Steps to upload an iPhone application to the AppStore in xcode4

iphonexcodexcode4xcodebuildxcode3to4

提问by moon

as xcode 3 and xcode 4 is totally different. i'm a bit lost to submit app to app store.

因为 xcode 3 和 xcode 4 完全不同。将应用程序提交到应用程序商店我有点迷茫。

  1. Do i still need to duplicate "Release" to create "iphoneDistrubition" configuration. Or can I straight away use Release?

  2. Is Archive in xcode4 = Build in xcode3 for the purpose of submission app.

  3. If Archive = Build, the icon of the app is very blur in xcode4 organizer. Is that normal?

  4. Is there any other additional steps to follow in xcode4 to submit app to appstore.

  1. 我是否仍然需要复制“Release”来创建“iphoneDistrubition”配置。或者我可以直接使用 Release 吗?

  2. 在 xcode4 中存档 = 在 xcode3 中构建以提交应用程序。

  3. 如果Archive = Build,则应用程序的图标在xcode4 Organizer 中非常模糊。这是正常的吗?

  4. 在 xcode4 中是否还有其他任何其他步骤可以将应用程序提交到 appstore。

Thanks for any help. =)

谢谢你的帮助。=)

回答by Zebs

Xcode 4 makes it easier to submit.

Xcode 4 使提交变得更容易。

As you have discovered, all you have to do is archive.

正如您所发现的,您所要做的就是存档。

The blurry icon is expected behavior as it is a bigger square than on the device.

模糊图标是预期行为,因为它比设备上的正方形更大。

After you archive you will have the option to submitto the app store, just make sure you are using the right provisioning profile and you will be good to go.

存档后,您将可以选择访问submit应用程序商店,只需确保使用正确的配置文件即可。

It is useful to know xcode 4 also allows you to do the validation test before submitting so when you submit you are certain there are no problems.

知道 xcode 4 还允许您在提交之前进行验证测试很有用,因此当您提交时,您可以确定没有问题。

Hope it helps!

希望能帮助到你!