PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → App version Android
App version Android
Iniciado por Ruan, 21,jul. 2022 16:05 - 3 respuestas
Miembro registrado
208 mensajes
Popularité : +1 (1 vote)
Publicado el 21,julio 2022 - 16:05
Good Day

How can I see the version of the app installed on my android? I want it display the version like: 1.0.31.4

i tried:

IV is InfoVersion
Info(IV.VersionNumber)


Get no info

Thanks
Ruan
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 29,septiembre 2022 - 16:13
Hi Ruan

Just on the static control display all the options you have like this:






Then search for the exe version on that menu like this:






With that when you install your app on a device it will show automatically what version the app is

When you execute on a test mode it will show the version of windev mobile (your framework) do not worry about this it's only natural this information on test mode


Hope this helps

--
Best Regards
ARV
Publicado el 03,octubre 2022 - 09:54
ExeInfo(exeVersion)
Miembro registrado
208 mensajes
Popularité : +1 (1 vote)
Publicado el 24,octubre 2022 - 08:15
ARV wrote:
Hi Ruan

Just on the static control display all the options you have like this:






Then search for the exe version on that menu like this:






With that when you install your app on a device it will show automatically what version the app is

When you execute on a test mode it will show the version of windev mobile (your framework) do not worry about this it's only natural this information on test mode


Hope this helps

--
Best Regards
ARV


Perfect!!

Thanks for the help