You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #8728 (comment)
The text was updated successfully, but these errors were encountered:
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
: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 #8728 (comment)
The text was updated successfully, but these errors were encountered: