[Closed]How to set AppStore Icon(1024 X 1024) Manually?

Hey there,

I’ve meet appstore rejection cause my app contains “MTLDebugDevice” while using old engine version 4.18.3, and that problem resolved after open a cloned project with the new version of 4.19.2. However a new problem occurred that some settings in option pannal under ios setting tab began useless, such as ‘support ipad’ and all of the icons became default ones after packaged as distribution ipa.

I’ve tried the following measures:

  1. delete the icons and reassign them in option pannel
  2. delete the icons under \Intermediate\IOS\Resources\Assets.xcassets\Assets
  3. delete the icons under I:\Unreal4\Projects\ProjectWMb\Build\IOS\Resources
  4. replaced all icons under 4.19.2 engine folder

But none of them worked…:(

And I’ve also tried the measures mentioned in
418 How do I change the UE4 packaging IOS icon? - Mobile - Unreal Engine Forums .
And finally all app icons were replaced as I wish . Although uncheck ’ support for ipad’ aint work yet, but its not a big problem.

Now the question is I cant find the Appstore Icon (1024 X 1024) in ipa file which means I have no idea how to replace it with the correct one I’d like to use. Any body who got idea to help? Many thx!

I’ve disabled AR kit plugin and everything works fine up to now.