4

As the Product Page Optimization option is now available in the App Store Connect, I thought to try it out.

So I have created a test to try different App Icons. I have followed these steps to create a test and treatments for product page optimization, https://help.apple.com/app-store-connect/#/dev811bef199

But there I am unable to see the option to change the App Icon for different treatments. There I can only see the screenshots, as you can see in the attached SS.enter image description here

Please let me know how can I get the option to change the App Icon for different treatments for Product Page Optimization.

Nikunj
  • 630
  • 1
  • 6
  • 20
  • I didn't try it yet but maybe after uploading an app with an alternate icon, you can see the icon options? Just a wild guess, I also have the same problem but I am using Unity, so my case is worse than yours :( – deniz Jan 03 '22 at 13:22

1 Answers1

3

Your app binary must contain alternative icons, before you can use them in the Product Page Optimization page.

The simplest way to add alternative icons to your app is to add them in the Assets file of your app together with the Include All App Icon Assets build setting. It's important that each icon also include a large 1024pt file.

More tips how to add icons to your app can be found here: https://medium.com/@gianpispi/how-to-use-xcassets-for-alternative-icons-20849f836e2f

Ely
  • 8,259
  • 1
  • 54
  • 67