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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -