Issue with getting Device OS Version on Android

We have some logging in our solution on catch blocks in order to help us debug any potential issues our users might be having. The logging includes the built-in app variables ‘Device Os‘, and ‘Device OS Version’. We have noticed that all the logs from Android devices are showing up as Android 10. We checked app variables with developer tools on an Android device (Android 15) and it also shows ‘Device Os Version: 10’.

Are there any issues with checking the OS version on Android? The variable seems to work fine for iOS versions.

1 Like

Hi!

There is a privacy feature on Chrome, since version 110, that makes all Android devices to be reported as Android 10.

This has been reported internally and we will let you know when we have any updates!