2014-02-10 40 views
0

我試過用Phonegap創建一個簡單的iOS應用程序。我遵循phonegap的指導原則在我的應用程序目錄中添加4個圖像:res/screen/ios/上傳應用程序時的iOS錯誤報告

但是當我上傳應用程序,我得到這樣的錯誤報告。

Missing recommended icon file - The bundle does not contain an app icon for iPhone/iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.

Version Mismatch - Neither CFBundleVersion ['1.0.0'] nor CFBundleShortVersionString [''] in the Info.plist match the version of the app set in iTunes Connect ['1.0'].

我應該怎麼做,並添加到解決這個問題?

謝謝...

回答

3

您需要提到here到圖標下發展。因此,包括圖標,因爲它是說像'120x120''76x76''152x152'

而對於版本不匹配,當你發佈一個應用程序有版本的概念等等iTunesConnect您設置了正確的1.0,但你必須還包括在您的應用程序中的info.plist文件中。欲瞭解更多詳情,請查詢here

相關問題