Closed vladyslavKucheruk closed 1 year ago
Hi @vladyslavKucheruk We can look into why those values are not consistent, but my understanding was that the browserName
field should be considered irrelevant on a mobile platform. I am not sure I understand your use case.
I'm using browserName field to determine the platform that is used by users.
Why not use the os
field to determine if the user is coming from Android or iOS?
I'm using
browserName
field to determine the platform that is used by users. When IOS app triggers fingerprint update I seebrowserName
is coming with the value, e.g. 'TestValue', but when Android app does,browserName
is coming asOther
. Are you aware how to make it consistent and getTestValue
forbrowserName
from both platforms?