In other words, there were some problems when submitting apps to AppStore. Find some information on the Internet, but not and specific. So I made a summary to facilitate my future encounter when the query.
We also hope to help provide solutions to this problem.
ERROR ITMS-90022: "Missing required icon file. The bundle does not contain a app icon for Iphone/ipod Touch of exactly ' 57x57 ' pixels, in. png format for IOS versions < 7.0. "
WARNING ITMS-90025: "Missing recommended icon file. The bundle does not contain a app icon for Iphone/ipod Touch of exactly ' 120x120 ' pixels, in. png format for IOS Versio NS >= 7.0. "
INFO ITMS-90111: "Your app is built with a beta version of Xcode or IOS SDK. Only the apps distributed for beta testing is built with beta software. To submit a app for distribution in the app Store, you'll need to build the app with release versions of Xcode and IOS SDK. "
From the error shown, we see that the PNG format picture of 57x57 and 120x120 is missing from the project.
So how do we get into it, that's what we care about.
settlement error ITMS-90022 and warning ITMS-90025 scheme is:
One, add Icon.png, [email protected] and icon-60.png, [email protected] These PNG images
II, open Contents.json, add " filename ":" Icon.png "
This problem has been overcome. There is one more problem to solve now info ITMS-90111.
information display Your app is to build the beta version of Xcode or the iOS SDK. Can only be tested by the application of distributed test version of the software
scheme: with Release the version number of Xcode and iOS SDK to build application
Application Loader submit an IPA file error ITMS-90022 problem resolution