Hi guys, ios has the api devicecheck that returns ...
# android
b
Hi guys, ios has the api devicecheck that returns a token with 2 binaries that you could set, it allows for example to know if a device has already received a promotion if will return the same value even when app has been reinstated. Is there any equivalent on android
😶 3
a
I think Android Device Manager will be best option for you
It is designed to persist the device reset state across app reinstalls, so even if the app is uninstalled and reinstalled, the API will return the same value if the device has already received a promotion.
b
The issue is how to verify it’s accuracy server side
a
Please brief it