ios - Application Loader ERROR ITMS-90062 -


i trying upload update app on app store using application loader. getting following error.

error itms-90062: "this bundle invalid. value key cfbundleshortversionstring [1.0.0] in info.plist file must contain higher version of approved version [1.0.0]." 

i thought cfbundleshortversionstring allowed remain same, build number (or "bundle version/cfbundleversion"), should increment on each build.

is because version label (cfbundleshortversionstring) has increment on each approved version? meaning bug fix updates , such needs bump version label displayed in app store?

regards

you don't need change cfbundleshortversionstring, issue here app approved, , guess in "pending developer release" state. remove app through "cancel release" , try upload again. should work.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -