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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -