Hi,
I'm trying to deliver my app(Made using Xamarin, Visual Studio) through Application Loader, but I keep getting the same 4 errors (and 2 warnings).
I get the following:
ERROR ITMS-90713: "Missing Info.plist value. A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'nl.(myappname).ios' Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev1051b1f7."
ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iphone/ ipod of exactly '120x120' pixels, in .png format for iOS versions >= 10.0."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS supporting iPad Pro."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0."
Warnings
The resulting API analysis file is too large. We are unable to validate your API usage prior to delivery. This is just an informational message.
WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App review or Beta app Review. Refer to http://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information."
I have a assets catalog in Visual Studio with all icons (the right size, or else VS wouldn't even accept it to be added).
What could this possible be? I've been trying all sorts of things together with another developer for nearly a whole week(except one day, when we put it on the google play store with ease) and we did get rid of a few other errors, but those errors just won't dissappear. I had no idea that it would be this much of a hassle to simply get an app on the app store 😟