Universal Mobile Ads for iOS & Android

Hello! :slight_smile:

Unfortunately, AppLovin requires login to download SDKs so gameDNA installer can’t download these files automatically. You need to follow additional steps for AppLovin described in the User Guide (https://gamednastudio.com/plugins/do…_UserGuide.pdf) in “Configure AdMob Ad Mediation” section (point 6 - special steps for AppLovin).

Special steps for AppLovin:

  1. Download SDKs from the official website
  1. Unpack downloaded archives.
  2. Copy files/directories:
  • Android: applovin-sdk-x.x.x.jar to [PLUGIN_FOLDER]/DownloadedSDK/AppLovin/Android/applovin.jar (change file name!)

  • iOS: AppLovinSDK.framework to [PLUGIN_FOLDER]/DownloadedSDK/AppLovin/IOS/AppLovinSDK.framework

  1. Add new custom events in the AdMob Dashboard:
  • Android: YOUR_PACKAGE_NAME.AppLovinCustomEventBanner for Banners and YOUR_PACKAGE_NAME.AdMobMediationInterEvent for Interstitials. Replace YOUR_PACKAGE_NAME with package name of your game.

  • iOS: AppLovinCustomEventBanner for Banners and AppLovinCustomEventInter for Interstitials

  1. Install SDK again using gameDNA installer.