Questions tagged [applovin]

Questions about AppLovin, Cross platform mobile advertising network.

AppLovin, Cross platform mobile advertising network. https://www.applovin.com

107 questions
7
votes
3 answers

Applovin returns error code 204 with test mode enabled

I'm integrating Applovin into a cocos2d-x game and interstitial ads work just fine. I'm unable to receive any banners (most likely because of my location), though. I went through the Applovin docs and found this: This error means “no fill” or that…
Mercurial
  • 2,095
  • 4
  • 19
  • 33
5
votes
2 answers

FATAL EXCEPTION: GoogleApiHandler

In my project i'm using the monetization service(Vungle/AppLovin). When I'm trying to load an ad, i get this exception E/AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler Process: kz.ikar, PID: 3673 …
Sereekjan
  • 71
  • 1
  • 6
4
votes
1 answer

I am implementing ads in my flutter app using Applovin, anytime I run the app I get this error

I integrated AppLovin into my flutter app 2 months ago and it was working fine. Last week I tried running the app and am getting this error. C:\Flutter…
Desmond
  • 61
  • 4
3
votes
1 answer

Gradle error 'Unable to resolve dependency' could not find 'com.applovin:applovin-sdk'

I try to add AppLovin dependency but I get error like this: ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not find 'com.applovin:applovin-sdk:+'. Show Details Affected Modules: app ERROR: Unable to resolve…
3
votes
4 answers

linker error: ld: library not found for -lAppLovinSdk

I am trying to build lite version of my cocos2dx Iphone game using Applovin. I followed the guidelines here https://github.com/wenbin1989/applovin-x But when I build the lite version of the app, I get a linker error ld: library not found for…
Susan
  • 31
  • 1
  • 3
3
votes
1 answer

AppLovin Banner Ad Crash on iPad

I am trying to integrate AppLovin Banner Ads into my Universal App. On iPhone, it works fine. But on iPad, there is a crash of the app after the view with the banner is left/dismissed by the user. Here is the code to show the banner ad: // Create…
user1006117
  • 431
  • 4
  • 16
2
votes
1 answer

The argument type 'dynamic Function(AppLovinAdListener)' can't be assigned to the parameter type 'dynamic Function(AppLovinAdListener?)'

I'm trying to add Applovin Interstitial ads to flutter app. But it keep showing errors. my sdk is sdk:'>=2.12.0 <3.0.0'. This are the errors displayed A value of type 'bool?' can't be assigned to a variable of type 'bool'. Try changing the type of…
Muhammad Zakari
  • 157
  • 1
  • 7
2
votes
1 answer

AppLovin Ads are visible in unity but not in Android and iOS phones

I have integrated appLovin ads from its documentation in unity https://dash.applovin.com/documentation/mediation/unity/getting-started/integration and implemented banner ads also. In unity, I can see banner ads but after the build neither it is…
2
votes
1 answer

Facebook Audience Network gives very low bid response. Main reason "No Facebook profile found"

I have integrated my Android app to Applovin (MAX) platform and added Facebook bidding as described on documentation. Waited several days to collect some performance data. Now, when I look at bidding performance on Facebook, I see that I have a very…
2
votes
1 answer

How to fix Unity Applovin Integration There are 2 event systems in the scene problem

Normally, i have one event system on the scene, but if i display ads (applovin) then one more event system is added. This issue causes "There are 2 event systems in the scene." problem. How can i fix this? [My scene][1] [1]:…
2
votes
1 answer

AppLovinSdk: [DataCollector] Could not collect Google Advertising ID

I am using AppLovin MAX for mediation in my android application but when i tried to add banner ad like below void createBannerView(View view){ final String bannerAdUni = getString(R.string.bannerAdUnits); adView = new…
2
votes
1 answer

how can use GDPR consent in the advertising networks such as AdMob, Vungle, Ironsource, and Applovin?

The GDPR requires a legal basis for data processing. after using com.google.android.ads.consent:consent-library to show consent in the Android app, how can use GDPR consent in the advertising networks such as AdMob, Vungle, Ironsource, and Applovin?
2
votes
2 answers

Applovin identifying Ads type (IOS , objective C)

I have Updated to new Version of Applovin SDK (6.12.2) in IOS. Applovin have the same delegate for All type of ads, and currently the code i am using to identify the ads are deprecated. - (void)adService:(ALAdService *)adService didLoadAd:(ALAd…
Hardik Mistry
  • 25
  • 1
  • 4
2
votes
2 answers

Why can't I publish the game?

enter image description hereI select arm64 (64 bit) and x86 and amrv7 and select build app bundle in player setting so but when I want publish so I have an error like : Error This release is not compliant with the Google Play 64-bit…
2
votes
1 answer

Rewarded Video AdMob Mediation, Applovin and Chartboost - Failed To Load

I was stuck for 3 days on implementing AdMob Rewarded Video Mediation with Applovin and Chartboost, the code is completely find but when I launch the app it's said "onRewardedVideoAdFailedToLoad" and ad won't display. Below is my code, kindly please…
user3208987
  • 119
  • 15
1
2 3 4 5 6 7 8