2013-09-24 64 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

相關問題