monotouch打包发布至Appstore

原文:http://kenchell.blog.163.com/blog/static/26088309201222194223254/


如何联机调试和发布程序(99$) :
http://wenku.baidu.com/view/a5db012fed630b1c59eeb537.html
 
 
iPhone程序连接到真机调试(注册了APP ID及购买了IDP开发者授权的前提下)
http://www.docin.com/p-201567901.html
 
 
使用monotouch打包发布和使用xcode的发布不一样:
参见monotouch的官方文档
 
Publishing to the App Store :
http://docs.xamarin.com/ios/tutorials/Publishing_to_the_App_Store
 
 
同时使用monotouch进行打包的时候一定要注意一个选项是官方文档没有指出的,
否咋使用apple提供的 Application Loader上传压缩包时将报如下错误:
iPhone/iPod Touch: application executable is missing a required architecture. At least one of 
the following architecture(s) must be present: armv7
在xcode的解决方案参见:
 
http://www.cnblogs.com/luxiang/archive/2011/10/09/2204235.html
 
monotouch中勾选和选择如下选项:双击Project Options
选择Iphone Build->Advanced->Use LLVM optimizing compiler...
->Supported architectures:  ARMv6+ARMv7选项
monotouch打包发布至Appstore_第1张图片
 

你可能感兴趣的:(APP,iPhone,store,MonoTouch,monotouch发布)