Hey guys. Has anyone found an equivalent api on the Android platform that can accomplish what Device Check on iOS does? Device Check, essentially lets you write 2 bits to a mini db on Apple’s server per device. This way, you can track if a user has used/installed your app before (the primary use case is to prevent fraud users from signing up for Uber/Lyft and continually reclaiming a new account bonus)
not kotlin but kotlin colored 4
p
Pablichjenkov
04/19/2023, 4:36 PM
Does Firebase App Check works for you?
k
Kirby Gee
04/19/2023, 4:56 PM
Its easy to spoof app check. Its not the same level of security device check offers
p
Pablichjenkov
04/19/2023, 5:17 PM
Didn't know that, good to know.
They integrate with play integrity, isn't play integrity at that level