1.24.0

Initializing AppMisuseManager (Android)

In SDK 1.24.0 there is a known issue with the AppMisuse misuse feature initialization.

If using this feature, each time SDK initializes, also initialize AppMisuse. This can be done using the enable method in AppMisuseManager.

AppMisuseManager.enable(context)

NOTE: If your product is not using the AppMisuse feature and you call this API, the AppMisuse feature will be initialized but will not be enabled as this is controlled through internal IMS APIs.

Last updated