I am uploading my IPA file to app store and it throw me below error:
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [3.0.0] in the Info.plist file must contain a higher version than that of the previously approved version [3.0.1]."
Below is my config for IOS:
"ios": {
"bundleIdentifier": "com.test.test.test",
"buildNumber": "5",
"icon": "./assets/images/test.png",
"config": {
"googleSignIn": {
"reservedClientId": ""
}
},
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Your current location will be displayed on the map and used for directions, nearby search results, and estimated travel times.",
"CFBundleShortVersionString":"3.0.3",
"CFBundleIdentifier": "com.test.test.test"
}
}