`
wsqwsq000
  • 浏览: 676247 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

iphone发布应用到app store(xcode4.2.1)

 
阅读更多

 

 

最近公司项目应用要上架,由于要适用于iphone4s,所以必须升级到sdk5,下面是上架的过程及遇到的问题:

 

1、xcode升级到4.2.1版本(漫长的等待),需要将旧版本的install xcode卸载,再重新下载安装后,需要在Launchpad中运行install xcode,重新安装xcode,之后你的xcode就升级到4.2.1版本了(支持sdk5)

 

2、一系列的add new app等过程,,这里略过。填写完相应信息,应用等待上传,点击“ready for upload”,这一步是必须的,否则上传时找不到需要发布的应用。

 

3、编译上传。你可以用Application loader,也可以用xcode集成的Archive(如何使用Archive上传,略过,google大把)。

这里,你可能会遇到这种错误:

iPhone/iPod Touch: Icon.png: icon dimensions (0x0) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format

 

但是,我的工程里面的icon文件明明就是符合57 * 57 的格式的。

 

解决办法:升级到最新版本的application loader(我的是2.5.1),xcode其实只是集成application loader,并不是具有独立的上传功能。

 

The solution is to download and install the latest version of Application Loader, and then reattempt your submission. Installing the new version of App Loader will fix this problem with Xcode's validation process.



4、之后就是漫长的审核过程啦!



 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics