iOS:APP上架更新被拒求解(版本号问题)


在Targets->General->Identity中,修改版本号。

Version:1.1.1 -> 1.2.0

Build:101->120

Version和Build都改了的,为什么还提示版本号比原来低呢? image


解决了,原来是在ituness Connect 中添加的新版本的Version字段填写的时候不注意写了个V在前面,所以提交的时候拿"1.2.0"比对"V1.2.0"就不匹配。

ios appstore

东林的石头 11 years ago

Your Answer