sapsis_secure_device_check 0.0.2
sapsis_secure_device_check: ^0.0.2 copied to clipboard
SecurityCheck is a utility class that performs basic Android And IOS device security checks. It helps identifywhethera device has security settings enabled that may increase the risk of tampering or debugging
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
Initial Release #
Added
- Android root detection.
- Android USB debugging detection.
- Android Developer Options detection.
- Android USB file sharing detection.
- Android emulator detection.
- iOS jailbreak detection.
- iOS simulator detection.
- Device information API for Android and iOS.
- Device security score calculation.
- Device security status (
NoRisk,LowRisk,HighRisk). - Example application demonstrating plugin usage.
- Support for Android and iOS platforms.