Search code examples
iosxcodexamariniconsxamarin-studio

Where to find 'Missing Marketing Icon'


I published an application to apple app store and I got a message which says that I'm missing marketing icon as I'm using iOS 11. where can I add this 1024X1024 png marketing icon in xamarin studio? I'm using xamarin studio 6.3, xcode 9.0


Solution

  • I faced same issue with Xamarin v.6.3 and xcode 9.0. After long search and long tries, here is how i solve it:

    1. Add 1024x1024.png icon to your project. (Make sure the png file dose not have Alpha or transparent). you can use Export option in Preview application of Mac.
    2. Open your Storyboard using Xcode.
    3. Go to the Assets.xcassets folder.
    4. Under Appicon category, you find App Store iOS box.
    5. Drag the icon from your images.
    6. Save your project in xcode.
    7. Go back to your Xamarin and make new build, then submit to Appstore.