Time Spoofing detection
// Android timeSpoofing check
override fun onTimeSpoofingDetected() {
TODO("Not yet implemented")
}
// iOS timeSpoofing detection
case timeSpoofing
// Flutter time spoofing detection
onTimeSpoofing: () => print("Time spoofing detected")
// Cordova time spoofing detection
timeSpoofing: () => {
// Place your reaction here
}
// React Native time spoofing detection
timeSpoofing: () => {
// Place your reaction here
}
// Capacitor time spoofing detection
timeSpoofing: () => {
// Place your reaction here
}PreviousMulti-Instance detection [Android devices only]NextLocation Spoofing detection [Android only]
Last updated

