Ionic missing app store icon

Hi,

i’m trying to publish my app in App Store but i get the following error message :

WARNING ITMS-90704:“Missing App Store Icon. IOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing th icon in the Asset Catelog or via App Store Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information.”

The app has been built using ionic pro dashboard then i use Application Loader to upload it in the App Store.

I generated all icons using the ionic cordova resources command.
The icon.png file used has no transparency.

I tried several times generating icons again but it always get the same error.

When i test the app using xcode to run it on my iOS device, the app icon is the right one but when i use test flight, the icon is the default cordova one…

Any idea ?

Thanks

Again, for future reference: Apple is reading the icon from your app package (ipa).
If you have added the “” line to your config.xml, and added an image, then everything will be all right after you submitted your app for review.