This plugin enables Adjust to use the Google License Verification Library (LVL) to help determine whether an app installation is from the Google Play Store. This can be useful for preventing tracking from unauthorized or sideloaded installs.
Before using this plugin, make sure the Adjust SDK is already integrated into your app.
Add Google LVL plugin to your app
Add the following dependency to your Dependencies.xml
file:
<androidPackage spec="com.adjust.sdk:adjust-android-google-lvl:5.4.4"></androidPackage>
Use the plugin
Once added to your project, the Google LVL plugin integrates automatically with the Adjust SDK. No additional configuration or initialization is required.