Sam Shaikh
Sam Shaikh

Reputation: 1646

Error: This bundle is invalid?

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

My Earlier version was enter image description here

My current, which I am trying to upload is enter image description here

What is issue with Apple. 2.0 is greater than 1.1, why is it happening?

Upvotes: 1

Views: 1568

Answers (2)

At the time when updating existing iOS Application we must follow this things :

  • Every time when updated Application you must have to increase version number
  • for example :

Previous version : 2.0

New version : 2.1 or 3.0

  • You can keep build no as it is like 1.0

Hope it will help.

Upvotes: 0

Simone Poggi
Simone Poggi

Reputation: 1468

You should increase the Version value aswell (ex. Version 2.01 Build 2)

Upvotes: 2

Related Questions