Adjust LVL & ODM Dependency Issue

Overview

Adjust’s Google LVL (Android) and Google On-Device Conversion Measurement (iOS) integrations rely on official Adjust and Google plugin requirements that are resolved through Unity’s External Dependency Manager (EDM4U).

These requirements originate from:

  • Adjust’s Google LVL plugin for Android, which depends on Google’s License Verification Library to support license validation flows used by Google Play.

  • Adjust’s Google On-Device Conversion Measurement (ODM) integration for iOS, which depends on Google’s On-Device Conversion SDK to support privacy-preserving conversion tracking required by Google Ads.

In projects created before these plugins became mandatory, or in projects upgraded across multiple SDK versions, the required dependency declarations may be missing or outdated. This can result in build failures or incomplete Adjust feature initialization.


Setup Wizard – “Fix It”

Pressing the "Fix It" button under the issue item in the Setup Wizard will:

  • Add an AdjustDependencies.xml file to Assets/LionStudios/Adjust/Editor/ directory.

This process eliminates the need for manual dependency setup and ensures the project aligns with current Adjust and Google requirements.


References

Last updated

Was this helpful?