530
Views
7
Comments
Solved
Mobile changing android version code
Question

For the first time today I attempted to publish an apk to the google play store to begin a beta test.  We are replacing an existing native app that has been in use for well over 7 years.  I ran into the issue where the version code of the apk is to low and i need to increase it in order to upload the file.  From my searching the only way of increasing the version code of the apk that i could see was to keep building the app to automatically increase the number.  for what ever reason our current version code is 42000.  It is not acceptable to sit and compile the application 42001 times in order to increase the version code.  Is there another way that this can be done?

2023-07-20 13-03-18
João Bento
Staff
Solution

Implemented in the platform server since the versions 10.0.912.0 or 11.0.210.0.


Check here how to change it: https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Generate_and_Distribute_Your_Mobile_App#customizing-the-mobile-app-version-code


Cheers!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Jason,

In LifeTime you can tag the build of your mobile app  There is an option to set the version manually. Set it to a version higher than the one in the app store. 

Regards,

Daniel.

UserImage.jpg
Jason Dunfee

Hi Daniel,

I was able to increase the version number but not the "Version Code"  The version was tagged as 5.1.0 but the version code is coming through as 1.

2018-09-28 14-42-30
omid ghanbari

Jason Dunfee wrote:

Hi Daniel,

I was able to increase the version number but not the "Version Code"  The version was tagged as 5.1.0 but the version code is coming through as 1.

hi daniel

i also have this problem , could you find any way to increase VersionCode to specific number in outsystem?

regards,

omid


UserImage.jpg
Jason Dunfee

Hi Omid,

I placed a support ticket with OutSystems Support and they were able to increase the VersionCode for me.  They have run into this situation more than once.  It would be nice to add a setting in lifetime or service center that would allow us to manually set this if needed.

2018-06-07 12-20-31
Maycon Oleczinski

Hi Jason.

I need this same feature.

Have a new status about your support ticket?

UserImage.jpg
Jason Dunfee

They were quick to respond.  Submitting a support ticket is the only way to currently increase this number if you have a high versionCode.  If you only have to increase the number a small amount you can simply recompile the app a couple of times and the versionCode will increase on its own.

2023-07-20 13-03-18
João Bento
Staff
Solution

Implemented in the platform server since the versions 10.0.912.0 or 11.0.210.0.


Check here how to change it: https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Generate_and_Distribute_Your_Mobile_App#customizing-the-mobile-app-version-code


Cheers!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.