Posts

Es werden Posts vom Mai, 2012 angezeigt.

"unable to verify icon dimensions" error when submitting Flash iOS App to the Apple App Store

Tried submitting my app to the app store using the Application Loader. The package could not be sent due to an error that icons could not be generated: "unable to verify icon dimensions - CFBundleIcons" etc. I looked into the package and Icon.png was missing, Icon@2.png was there. The problem was that in my application descriptor XML amongst the <icon> entries one with <image57x57></image57x57> was missing. Thus the right icon could not be generated and the error message.