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
Steps to upload an iPhone application to the AppStore in xcode4
提问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 完全不同。将应用程序提交到应用程序商店我有点迷茫。
Do i still need to duplicate "Release" to create "iphoneDistrubition" configuration. Or can I straight away use Release?
Is Archive in xcode4 = Build in xcode3 for the purpose of submission app.
If Archive = Build, the icon of the app is very blur in xcode4 organizer. Is that normal?
Is there any other additional steps to follow in xcode4 to submit app to appstore.
我是否仍然需要复制“Release”来创建“iphoneDistrubition”配置。或者我可以直接使用 Release 吗?
在 xcode4 中存档 = 在 xcode3 中构建以提交应用程序。
如果Archive = Build,则应用程序的图标在xcode4 Organizer 中非常模糊。这是正常的吗?
在 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 submit
to 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!
希望能帮助到你!