Missing obfuscation detection [Android devices only]
// Android
override fun onObfuscationIssuesDetected() {
TODO("Not yet implemented")
}
// Flutter
onObfuscationIssues: () => print("Obfuscation issues")
// Cordova
obfuscationIssues: () => {
// Place your reaction here
},
// React Native
obfuscationIssues: () => {
// Place your reaction here
},
// Capacitor
obfuscationIssues: () => {
// Place your reaction here
},PreviousDevice Binding detectionNextSecure Hardware detection (Keystore/Keychain secure storage check)
Last updated

