I am now using Visual Studio 2017 and need to update my app. I was able to submit fine before but it has been a few months.
I tried submitting my changes but I get an email back A value for the Info.plist key 'CFBundleIconName' is missing in the bundle ......etc
I tried adding this:
CFBundleIconName
AppIcon
to info.plist but it still comes back. What do I need to do with this? I tried googling for it but I can't find a specific reason and any potential fix refers to XCode. I am using an asset catalog and all the icons are there under AppIcons
↧
What do I need in info.plist for icons?
↧