Hi all,
I'm trying to release a new version of our app. Archiving and uploading seem to go well. The build appears in ITunes Connect under Activity as 'processing'. After about 10 minutes the listing disappears and I get this e-mail:
Dear developer,
We have discovered one or more issues with your recent delivery for "<project>". To process your delivery, the following issues must be corrected:
Missing Info.plist value - A value for the Info.plist key CFBundleIconName is missing in the bundle '<project_id>'. Apps that provide icons in the asset catalog must also provide this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
The link just gives some generic info about asset bundles. We indeed didn't have a CFBundleIconName key set, but there's no docs on what it's supposed to be. Setting it to our project name or an image file name doesn't change anything - same e-mail as above.
I doubt if it's relevant, but here's what our info.plist says regarding icons:
<key>CFBundleIconFiles</key>
<array>
<string>app-167.png</string>
.... 11 more ....
<string>app-152.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
Any hints please? This prevents us from releasing a work-around for an iOS 11 problem.
Thanks,
Frank