Error submitting app: icon missing - but it is there
I'm trying to upload my bundle using Application loader but I get an error about the Icon not being properly set in info.plist And indeed: my info.plist does not contain any app icon settings b开发者_Go百科ut I configured the items in MonoDevelop and they show up correctly in simulator and on the iPad.
It is a universal which currently supports iPad only. What am I supposed to define in my info.plist?
You shouldn't have to edit your plist directly. The settings you make in MD should populate the plist for you automatically. You can look inside the app bundle generated by MD to verify that this is really happening.
You might also verify that your icon is in the root of your project (not a subfolder) and that you have the casing of the name corrected. I think that the simulator is more forgiving of improper casing than the real device.
精彩评论