Deployment on the App Store with MonoTouch

I read the documentation to allow the deployment of the iOS application in the AppStore using MonoTouch. Here is a link that explains the same thing: http://docs.xamarin.com/ios/Guides/Deployment%2C_Testing%2C_and_Metrics/App_Distribution_Overview/Publishing_to_the_App_Store

I was able to create a MonoTouch archive using the "Create Archive" option, as explained. However, when I go to the Xcode Organizer, I don’t see my Archive there. Is there a specific reason why this is not displayed in the archive as described?

Do developers have any alternative deployment tools? I also saw an option called the Zip App Bundle. However, I do not know if this is used anymore.

Any guidance on this would be greatly appreciated.

+4
source share
1 answer

This was unknown until recently, but the archive format that MonoDevelop displays is compatible only with Xcode 4.5 (maybe 4.4, but not sure, but I know that it does not work with Xcode 4.2)

+1
source

All Articles