on 2021 May 19 5:03 PM
Hallo MDK- Team and Experts,
I have a custom client for Android device and is necessary to update this client sometimes but get always trouble with app- store and our mobile device management (MDM) because the VersionCode in Android Manifest ist not increased (allways '1' ).
So i have todo this manuelle in Android manifest.json
android:versionCode="2"
android:versionName="5.2.0" >
Mdk project.json has parmeter AppVersion but no VersionCode parameter. Is there a way in MDK- project to increase this versionCode ?
Thx.
+robert
Request clarification before answering.
We don't currently expose a property for create-client to increase / set the Version Code for Android. We already have a backlog item to add support for this in a future MDK release later this year.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ed_miller Yes. it is exposed in the MDKProject.json as the AndroidVersionCode property. You can set it to a specific value or Auto where it will calculate the version code based on the AppVersion property.
User | Count |
---|---|
78 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.