Unity SDK Integration Guide

Requirements Before you begin: You must have an active AdGem account You must add your App to your account The AdGem Unity SDK supports devices Android 5 and higher and iOS 9.0 and higher The AdGem Unity SDK is compatible with apps built in Unity 2018 and higher Step...

Postback Setup

Enabling Server Postback From the AdGem Dashboard navigate to Apps and choose Edit from the Options drop down menu.   Once on the Edit App menu, scroll down until you see Postback Options. Click on the radio input next to Server Postback.   Several new...

Integration Examples

Example on handling the AdGem Offer Wall with the AdGem Unity SDK. using UnityEngine; public class AdGemOfferwallManager : MonoBehaviour { #if UNITY_IOS private const int adGemAppId = 99999; // TODO: your AdGem iOS App ID goes here! #elif UNITY_ANDROID private const...

Changelog

November 18, 2020 – Version 2.0.3 Enabled back button support in the webview. November 3, 2020 – Version 2.0.2 Fixed iOS crash on startup. Updated UniWebView package. Mar 12, 2020 – Version 2.0.01 Replaced custom webview with uniwebview Added logic...