android - Does VersionCode , VersionName of alpha release affect production release -


i went through docs did not see anywhere mentioning on this, if release app alpha testing or beta release version code 1, name 1.0 affect production release needs code 1, name 1.0.

does version system carried on or production release have own version flow.

thank you.

when upload apk, must use unique versioncode (integer value) , show user versionname (string value). playstore not allow upload apk used versioncode


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -