fingerprintjs / fingerprintjs-pro-react-native

Official React Native client for Fingerprint PRO. 100% accurate device identification for fraud detection.
https://fingerprint.com
MIT License
61 stars 4 forks source link

`browserName` for Android and IOS apps is different #86

Closed vladyslavKucheruk closed 1 year ago

vladyslavKucheruk commented 1 year ago

I'm using browserName field to determine the platform that is used by users. When IOS app triggers fingerprint update I see browserName is coming with the value, e.g. 'TestValue', but when Android app does, browserName is coming as Other. Are you aware how to make it consistent and get TestValue for browserName from both platforms?

JuroUhlar commented 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?