I have read the documentation to allow deployment of an iOS App to the AppStore using MonoTouch. Here is a link that explains the same:
http://docs.xamarin.com/ios/Guides/Deployment%2C_Testing%2C_and_Metrics/App_Distribution_Overview/Publishing_to_the_App_Store
I have been able to create the MonoTouch Archive using the ‘Build Archive’ option as explained. However, when I go to the XCode Organizer, I do not see my Archive in there. Is there a specific reason why this doesn’t show up in Archive as documented?
Have any developers found any alternate means of deployment? I also saw an option called Zip App Bundle. However, I do not know if that is used anymore.
Any guidance on this issue would be highly appreciated.
This wasn’t known until recently, but the archive format that MonoDevelop outputs is only compatible with Xcode 4.5 (maybe 4.4 as well, not sure – but I know that it doesn’t work with Xcode 4.2)