tested with example app, with google play integrity API and AppAttest API on iOS.
turn on Fraud > Enable Android Play Integrity API + Enable iOS App Attest, then run getVerifiedLocationToken() from the app.
I routed the apis to a local server to check the requests (by using SharedPreference / standardUserDefaults to set the api hosts). Verified the tokens are generated + passed to server.
add
Radar.getVerifiedLocationToken()
function.tested with example app, with google play integrity API and AppAttest API on iOS.
turn on
Fraud > Enable Android Play Integrity API + Enable iOS App Attest
, then rungetVerifiedLocationToken()
from the app.I routed the apis to a local server to check the requests (by using SharedPreference / standardUserDefaults to set the api hosts). Verified the tokens are generated + passed to server.