How to find bundle icon name - ios release

You are missing

<key>CFBundleIconName</key>
<string>AppIcon</string>

Image should be 1024x1024 though I’m not sure how to set it up properly as I don’t have a Mac in front of me to test.

1 Like