Android Release Notes

Version 6.14.0

New Features

  • Added a new validateAndLogInAppPurchase API to provide in-app purchase validation and reporting of the purchase to AppsFlyer.
    This API is initially released as closed beta and requires activation before use.
    After the official release, the new API will replace the legacy validateAndLogInAppPurchase API.

  • Updated Huawei Referrer integration. As part of the new integration, apps that are published on Huawei AppGallery store and would like to use Huawei Referrer need to add a new dependency. Learn more about this here.

Version 6.13.0

New Features

  • Added the ability to collect consent data from the user, that is required by Google for DMA compliance.
    The complete guide for sending user consent through the SDK can be found here.

Version 6.12.5

New Features

  • Added "original_link" parameter to DeepLinking callback in ESP resolving flow.
    This parameter contains the original URL that was embedded into the email, and that clicking on it opened the app.

Changed Features

  • Added the ability to invoke getSDKVersion() API before initializing the SDK.

Bug Fixes

  • Fix warnings appeared in Strict Mode related to the usage of WindowManager from a non visual context.

  • Fix errors being printed to the Log when the app called the stop() API.

For previous versions, see here