2013-09-24 42 views
0

我今天尝试上载mu iOS 7应用程序。我注册在iTunes Connect的应用程序,但是当我试图通过上传应用程序加载器应用程序,发生这种情况:iOS 7的应用程序加载器错误

The Error that appears when I try to use Application Loader

然而,当我测试应用程序,图标和引导标识不加载。有谁知道发生了什么?任何帮助是极大的赞赏。

感谢, Romejanic

回答

0

可以使用的Xcode或加载应用程序提交应用程序。应用程序加载器是一个小型的可可应用程序,您将用它将二进制文件传送到Apple。如果您的应用需要强制执行最低配置要求,则必须使用Application Loader。

有关Application Loader和新功能的详细信息,请阅读使用Application Loader。有关使用Xcode分发应用程序的更多信息,请阅读应用程序分发指南。

重要提示:通过iTunes Connect界面不再接受二进制上传。您必须使用Application Loader将二进制文件传送到Apple。应用程序加载器通过iTunes Connect提供显着改进的体验,包括快速上传,更稳定的连接和早期验证警告。

0

检查你有所有正确的图标和他们的大小是确切的。

http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file

Then in Project > Target > General tab 
Scroll down to App Icons 
Make sure all are set. 

enter image description here

Press the Folder icons to set them. (Though XCode 5 GM build sometime was stubborn to set these) 
Better way is to prep all your icons in a folder. 
Delete all Icon*.png from Project (dont erase) 
Drag the icons folder into your project. 
XCode then sets the correct icons based on size (Id double check these as at time of writing build 1 of XCode 5) 

检查图标被设置在 项目>目标>信息选项卡

Project > Target > Info tab > Icons

相关问题