πŸ“±Unity Bridge SDK Implementation Guide

This guide provides a comprehensive step-by-step process for integrating the Unity Bridge AdSter SDK into your Unity Android application.

circle-info

App Prerequisite

  • minSdkVersion of 21 or higher

  • compileSdkVersion of 34

Android API level is set in Project Settings > Player > Android > Other Settings > Other Settings.

Go to Project Settings > Player > Android > Publishing Settings > Build and select:

  • Custom Main Manifest Template

  • Custom Main Gradle Template

Configuration Steps

Adding Dependency

  • Open the mainTemplate.gradle file.

  • Find the dependencies block and add the following SDK dependency.


Use the below link to download the file and add AdsterBridgeUtil.cs in Assets > Scriptsin your unity project.

AndroidManifest.xml

Add the below code inside the androidmanifest.xml file.

Last updated