您的位置:首页 > 移动开发 > IOS开发

ios应用提交审核出现的问题总结

2014-06-24 13:59 671 查看
1. 当进行到生成上传包即:点击product》》archive 》》validation时;

先是出现“t he bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels ”的错误

解决方法是: 最新的ios7需要额外的这三个尺寸的icon,'120x120','76x76','152x152'



2.重新新建了一个xcode工程,重新写的~但是两 个工程的 Bundle identifier 都是一样的,唯一不同的是工程名称不同,这个应该没什么影响.
可是更新提交审核时遇到如下问题:

the bundle identifier cannot be changed from the current value

this bundle is invalid the bundle identifier is already in use by a different software package

排查了小半天,终于找到解决办法,就是:

已经解决 PRODUCT_NAME 是跟工程名字一样的
这个不同于Bundle display name

需要到 targets-Info-build 下面去找
然后改成一样的就OK了

3.

To include newsstand features, the info.plist must include the uinewsstandapp=true.

参看http://stackoverflow.com/questions/6977357/xcode-gave-strange-newsstand-error-when-trying-to-submit-an-app

这是因为我在设值icon files(ios5)时没有删除关于Newsstand icon,也就是我解决icon gloss effect问题引发的.

解决办法.



暂时遇到的能想起来的有这些,以后继续补充.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: