The new "app store" 1024x1024 icon for Cordova is missing:
I was able to get this new icon set by adding the following to mobile-config.js
:
App.appendToConfig(`
<platform name="ios">
<icon height="1024" width="1024" src="../../../resources/splash/splash-1024x1024.png" />
</platform>
`);
IMO this new icon should be added as a property of App.icons
, ex: ios_appstore
. This appears to be new in Xcode 9/iOS 11.
Without defining this icon, just building, archiving and submitting the build to iTunes Connect will result in Apple rejecting the build, warning that the "iOS App Store Icon" is missing. Referenced from https://github.com/meteor/meteor/pull/8728#issuecomment-334593305
Could you confirm you are using cordova-custom-config?
Affirmative, without that it doesn't work
We are having the same issue. iOS launch screens are also out of date. I'll submit a PR to fix.
Most helpful comment
We are having the same issue. iOS launch screens are also out of date. I'll submit a PR to fix.