首先如何上线,下面的文章还是比较靠谱的
http://www.cnblogs.com/ChinaKingKong/p/4957682.html(连续的3个帖子)
按上面的一步步去做,运气好是可以一次成功的。但是这次还是遇到的些其他问题
问题一、项目编译(Xcode->product->archive)是成功的,但是查看Archive Information时,校验按钮(vadidate)是灰色的
(当然现在问题解决了,是好的,??)
——》解决:
钥匙??串访问打开,查看本地的证书,看下证书是否是有效。我的证书显示有个红色信息(签发者无效)
那就是证书的问题,导致不能校验。
查到网上的解决方法:http://jingyan.baidu.com/article/49711c617a540cfa441b7c86.html(搞定)
然后再次archive项目,可以看到校验的按钮了
问题二、iphone5 适配信息错误
错误信息如下
iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the portion of the launch image‘s filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
后来检查了launch Image文件,也没发现问题。没有任何头绪,后来按照网上外国小哥的这个方法,一下子搞定了(原贴)
问题三、Xcode上发布前验证提示“API分析文件太大”
这个是因为用了环信的UI,没处理,只是警告,还是可以上传的
终于走到审核阶段了,一身大汗,太累了