BTW, I did everything described in this topic (unzipped the .app archive and modified the Icon names, Infos.plist etc). I manage to have an ipa that I can upload, but then I receive an email from apple
We identified one or more issues with a recent delivery for your app, Please correct the following issues, then upload again. ITMS-90546: Missing Asset Catalog - Your app is missing the asset catalog file in 'myapp.app'. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.
I added the Icon-1024.png in the archive and I added
<key>CFBundleIconFiles</key>
<array>
<string>Icon-60</string>
<string>Icon-76</string>
<string>Icon-83.5</string>
<string>Icon-1024</string>
</array>
It still doesnāt work. Iād welcome some help Iāve been spending the whole day on thisā¦ thanks.