简体   繁体   中英

Application Loader Error with iOS 7

I tried to upload mu iOS 7 app today. I registered the app in iTunes Connect, but when I tried to upload the app through Application Loader, this happened:

当我尝试使用Application Loader时出现的错误

However, when I test the app, the icon and boot logos don't load. Does anyone know what is happening? Any help is greatly appreciated.

Thanks, Romejanic

You can submit your app using Xcode or Application Loader. Application Loader is a small Cocoa app that you will use to deliver your binary to Apple. If your app needs to enforce minimum configuration requirements, you must use Application Loader.

For details on Application Loader and new features, read Using Application Loader. For more information on distributing your app using Xcode, read App Distribution Guide.

Important: Binary uploads are no longer being accepted through the iTunes Connect interface. You must use Application Loader to deliver your binary to Apple. Application Loader offers a significantly improved experience over uploading through iTunes Connect, including fast uploading, a more stable connection, and early validation warnings.

Check you have all the correct icons and theyre sizes are exact.

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.

在此处输入图片说明

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)

Check Icons are set up in Project > Target > Info tab

项目>目标>信息选项卡>图标

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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