Picture of Sascha
Registered 5 years 338 days
Sascha Friday, 16 July 2021, 01:30 PM
Agenda SDK Dialog: Use own app version and manufacturer in app manager
Hello everyone,

is there a way to change the version and manufacturer which is displayed in the app manager for an app?

I would have thought you can set it with the instanceArgs in the c++ part of the app but I did not find something which lets you do that.

Grettings,
Sascha
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 178 days
Daniel Deterding (innovaphone) Friday, 16 July 2021, 01:52 PM
Re: Agenda SDK Dialog: Use own app version and manufacturer in app manager
Hi Sascha,

the manufacturer is currently just defined within the apps.json which is delivered by the appstore and which describes your app.

The version can be set manually though by environment variables:

set BUILD=130000
set RELEASESTATE=dvl

The following folders contain a buildnum.bat which does this already and which is used for building an app:

13r1: sdk\common\build\release.h
13r2: common\build\release.h

You can modify the buildnum.bat to have fix values (although this file is replaced with every SDK release).

Greetings,
Daniel
Picture of Sascha
Registered 5 years 338 days
Sascha Friday, 16 July 2021, 01:56 PM
Re: Agenda SDK Dialog: Use own app version and manufacturer in app manager
Okay. Thank you Daniel for this Information. I will look into it.

I think we don't need to discuss this in the next SDK Dialog.
← You can define your color theme preference here