⬇️Adding the SDK
1. Add the OfferWall Unity plugin to your Unity project
Download and import the latest version of OfferWall Unity Plugin from GitHub.
2. Configuring Publishing Settings
Set the minimum API level to 24 or above and the target API level to 33 or above under Edit/ProjectSettings/Player/Other Settings
Check Custom Main Gradle template and Custom Gradle Properties Template under Edit/ProjectSettings/Player/Publishing Settings

3. Force resolve dependencies
Force resolve forces the Package Manager to resolve the project’s packages, reinstalling any altered or missing package and removing extraneous packages.
To Force resolve the dependencies, Goto Assets > External Dependency Manager > Android Resolver > Force Resolve (if the resolver did not open automatically)

Last updated