I'm trying to run app icon A/B test on App Store, but other icons are not displayed on "Product page Optimization" page.
As I see on the Internet, ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS
should be turned on in Xcode to include all icons. But as for Xamarin, there is no target build setting that would help to build archive with icons included.
I tried various methods, like inserting icons manually inside ipa, adding mtouch arguments, passing --include-all-app-icons
, etc...
But looks like I have to do something that would make archive include these icons. I just don't know what can help here