Solved

Identify Android 12L

  • 31 July 2022
  • 1 reply
  • 39 views

Userlevel 2
Badge +1

Hi,

Is there any way to identify devices with Android 12L while leveraging the autocaptured properties?

We saw that the “Platform” appears as 12.

If not, is there a way to capture the Android Platform API? 

Thanks in advance!

icon

Best answer by dlad 14 January 2023, 00:49

View original

1 reply

Userlevel 4
Badge +2

Hello Shai!

Unfortunately we don’t capture the special feature Android platform versions as autocaptured properties. I believe 12L will just show up as 12. If the full platform version of users’ devices is exposed in your app, your developers can use Heap’s addEventProperties() API to attach this as a custom event property to all of a user’s events. In the meantime, I will submit this as a feature request for autocapture!

Reply