Symplr provides a set of advanced mobile security protections aligned with the OWASP Mobile Application Security Verification Standard (MASVS). These capabilities are available out-of-the-box and can be enabled to help reduce common risks in generated applications.
Root / Jailbreak DetectionDetects compromised devices where OS protections are bypassed, increasing risk of runtime attacks, memory inspection, and credential theft. Enables risk-based restrictions.SSL PinningPrevents MITM attacks by restricting trust to known certificates or public keys, protecting sensitive network communication.Binary Protection (Tamper Detection)Detects modified or repackaged apps that may bypass controls or inject malicious code. Ensures runtime integrity.Emulator DetectionIdentifies execution in emulator environments commonly used for reverse engineering and automated attacks.App ObfuscationMakes reverse engineering more difficult by obscuring code structure, protecting business logic and internal workflows.Hide API Keys and SecretsPrevents exposure of sensitive credentials by storing secrets server-side and using short-lived tokens in the app.Disable Screen CaptureReduces risk of sensitive data leakage by preventing screenshots and screen recording.Disable Native Console LoggingPrevents sensitive data exposure through logs in production environments.Disable / Restrict Deep LinkingPrevents abuse of deep links to bypass authentication or trigger unintended actions.Optimize App Size (Production)Reduces attack surface by removing unused code, debug symbols, and unnecessary libraries.Force Version UpgradeEnsures outdated and potentially vulnerable app versions cannot be used.