Unable to install the app in iOS 13.X devices only when it is pushed via Test flight. Getting the below error.
iTunesMetadata.plist content supplied to install command specified bundleVersion (9) that did not match app's CFBundleVersion (0009)
Unable to install the app in iOS 13.X devices only when it is pushed via Test flight. Getting the below error.
iTunesMetadata.plist content supplied to install command specified bundleVersion (9) that did not match app's CFBundleVersion (0009)
Copyright © 2021 Jogjafile Inc.
I had the similar issue. My fix is: Remove leading 0s in Bundle Version (CFBundleVersion) in Info.plist.