I'm new to these forums and Xamarin. so please excuse if this is a newbish type problem.
I recently sent an app to the appstore and received these messages in return.
Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format. Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format. Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.
The files are in the projects resource folder and are marked in build action as BundleResource.
When i go over to the info.plist under universal icons - App Icons. It shows four standard formats that are populated with the correct image. I don't see a way to add the formats listed above.
How can i get these images to build into the archive?