2

we submitted our app to the app store with a current version of 1.0 and a build number of 1.3.2. After successfully submitting our app it was now ready for sale. The problem now is we made a few changes and wish to upload a new build 1.3.3 but I am getting this error.

"This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0]"

enter image description here

I understand that it suggested to change version to a higher version to fix this matter. But if we change this version it will cause the app to be reviewed once again wouldn't it?

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • chnage in info.plist file Bundle versions string, short String and use 2.0 version and Build 2 – BHAVIK Jul 20 '17 at 06:53

1 Answers1

9

Once an app is Ready For Sale, you have to submit a new version (not build) and yes, it will be reviewed.

mikep
  • 3,841
  • 8
  • 21