You can discover which AppLovin SDK version you are using in these ways:
The AppLovin SDK prints the SDK version to the log as part of the initialization process. You will find these lines in the device log:
You can retrieve the version programmatically through a field in the SDK. The following code snippets show how to do this in Java and Kotlin:
You can retrieve the version programmatically from a property in the SDK. The following code snippets show how to do this in Objective-C and Swift:
You can also find the version in the Mediation Debugger, which you can show in your app by calling an SDK method (after the SDK initializes). The following code snippets show how to do this.
