'Applovin Test Ads are not showing in android application in java
i am integrating applovin ads in my app but test ads are not showing in my app even i added the line in which we add GAID but applovin test ads are not showing.
i tried this AppLovinSdk.getInstance(context).getSettings().setTestDeviceAdvertisingIds(Arrays.asList("YOUR_GAID_HERE")); but test ads not showing
Solution 1:[1]
You can Use Mediation debugger for enabling test mode
// use in AppController or splash screen
AppLovinSdk.getInstance(this).showMediationDebugger();
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Suraj Rao |