ios - When uploading app the CFBundleShortVersionString field must be greater than the previous one -
i'm having problem when uploading new version store.
previous build (the latest successful update):
version : 3.0
build : 3.0.3
before there :
version : 3.0
build : 3.0.2
now i'm trying load :
version 3.0
build : 3.0.4
trying upload version i'm receiving following error:
error itms-90062: "this bundle invalid. value key cfbundleshortversionstring[3.0] in info.plist file must contain higher version of approved version[3.0]."
i checked this post seems pretty old, , talks cfbundleversion , not cfbundleshortversionstring.. need upload new build , not new versione, way approved faster , can test it.
if can helpful i'm using xamarin studio.
Comments
Post a Comment