You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for 16KB Page Size devices: The SDK now supports devices using 16KB Page Sizes, introduced with Android 15, ensuring seamless compatibility with the latest hardware configurations.
Edge-to-Edge UI: The SDK leverages the Edge-to-Edge UI, which is the default UI starting with Android 15.
Changed
The compileSdkVersion and targetSdkVersion are now set to 35 (Android 15).
Unit testing with SDK API classes: The SDK’s public API now resolves the issues that previously caused failures during Unit testing.
Security
Device lock status check: Introduced a new security measure that detects if the device is not locked by the user. When detected, the SDK generates an SW99 warning only for the app and not to the ACS.
Enhanced RASP and obfuscation: Strengthened security through improvements in Runtime Application Self-Protection (RASP) and obfuscation to provide better protection against reverse engineering and other security threats.