What is the best way to manage app versioning across both app stores? #1976
Replies: 2 comments 2 replies
-
Hi @engineerliz, I suggest checking the docs here with the docs on Auto build versioning. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
version: x.x.x+y
in pubspec.yaml to version the app. For each incremental updatey
, so for example1.0.1+1
->1.0.1+2
y (x.x.x)
. below screenshot is forversion: 1.0.2+39
1.0.3+1
and now the playstore shows the version as1 (1.0.3)
which it thinks is a lower version than39 (1.0.2)
from aboveExpected results
I would expect either the versioning in google playstore to correctly reflect the versioning pattern or for there to be an option in the code magic console to configure versioning.
Actual results
Right now I do not see a way to fix the current versioning situation for 1.0.3+1
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions