Migration Guide to Version 3.2.x
Malwarelytics for Apple version 3.2.x introduces a few minor changes to the format of the returned data.
Summary of API Changes
Affected APIs | API change |
---|---|
AppProtectionRasp |
Addition of callDetection: CallDetection property |
AppProtectionRaspDelegate |
Change of onCallChanged(callDetection: CallDetection) method signature |
CallDetection |
Struct addition |
Changes to RASP Delegate
There are the following breaking changes in AppProtectionRaspDelegate
:
Available properties in version 3.1.x | Available properties in version 3.2.x | Comment |
---|---|---|
onCallChanged(isOnCall: Bool) |
onCallChanged(callDetection: CallDetection) |
Change of method signature |
Read Next
Last updated on May 22, 2025 (16:25)
View product