Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update the app version in react native ios app?

How can I change the apple app version which is build using react native.

I got this email from apple app store -

Dear Developer,

We identified one or more issues with a recent delivery for your app, "APP_NAME" 1.0 (1.0.2). Please correct the following issues, then upload again.

ITMS-90062: 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.1]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring

Best regards,

The App Store Team

like image 299
Suvojit Mondal Avatar asked Mar 22 '26 18:03

Suvojit Mondal


2 Answers

Go To info.plist, find CFBundleShortVersionString, set its <string> value with your expected value:

<key>CFBundleShortVersionString</key>. 
<string>1.0.0</string>
like image 99
Jeaf Gilbert Avatar answered Mar 25 '26 07:03

Jeaf Gilbert


  • Open your app in Xcode by going to ios directory in your project either there is .xcworkspace double click that or .xcodeproj double click that.

  • Now follow image steps click on 1 then 2 and 3 is where you will change it. enter image description here

like image 39
ramashish tomar Avatar answered Mar 25 '26 09:03

ramashish tomar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!