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
Install NuGet package
Add the following package reference to your project file:
<PackageReference Include="Adjust.Maui.Sdk.GoogleLVL" Version="5.5.0" />Add as a project reference
If you prefer to add the Google LVL plugin as a project reference instead of using the NuGet package, you can add the path to the plugin project:
<ProjectReference Include="..\maui_sdk\plugins\AdjustGoogleLVL\AdjustGoogleLVL.csproj" />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.