react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

Overrule using Semver for versions / just use string matching

Open sdossick opened this issue 1 year ago • 0 comments

It's common practice on the iOS App Store to use non-semver strings for versions like 2.01. These fail with codepush with "Error: Invalid binary version(s) for a release."

Is there a simple way to work around this? Unfortunately the version of the app in the store that we'd like to target is called 2.01 and there's not much I can do to make that compatible version name...

Ideally, it would be nice if codepush were flexible enough to support any valid version number/string available on the app stores. It would be ok to have a mode switch or something where you give up some of the multi-version targeting you can do with semver versions in exchange for working codepush against these kinds of version names.

sdossick avatar Oct 21 '24 23:10 sdossick