Integration Verifier

To validate your integration, add the below dependency to your application. Once the dependency is added navigate to Dashboard --> Test & Debug --> Integration Validation to validate your integration for Push Notification and Data tracking.

SDK Installation

Installing using Catalog

Integration using a Version Catalog is the recommended way of integration, refer to the Configure Version Catalog document to configure a catalog if not done already. Once you have configured the catalog add the dependency in the app/build.gradle file, as shown below

build.gradle
dependencies {
    ...
    implementation(moengage.integrationVerifier)
}

Alternatively, you can add the dependency directly, as shown below.

Installing using Artifact Id

Add the below dependency in the app/build.gradle file.

build.gradle
dependencies {
    ...
    implementation("com.moengage:integration-verifier:$sdkVersion")
}

replace $sdkVersion with the relevant SDK version.

Once the dependency is added to your application build and install the application on your device.

On the MoEngage Dashboard, navigate to Test & Debug --> Integration Validation. Follow the steps displayed on the page.

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?