Questions tagged [applovin]

Questions about AppLovin, Cross platform mobile advertising network.

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

107 questions
2
votes
1 answer

Applovin doesn't launch in iOS application

I have a little problem here with Applovin. I have a cocos2d-x project and I need to integrate Applovin there but I can't get it working. I've done anything which official tutorial says. I've added AppLovinSdkKey I've put -ObjC flag And I've done…
Eugene Alexeev
  • 1,152
  • 12
  • 32
2
votes
1 answer

Applovin AdclickListener not working in android

I am integrating AppLovin sdk to integrate ads in my app.My app is a game app and I want my user to reward coins when they click on the ads.But adclicklistener of AppLovin seems not working in my case. The Code: private AppLovinAdView adView; …
kgandroid
  • 5,507
  • 5
  • 39
  • 69
1
vote
1 answer

Can't build Unity Project with Facebook SDK, getting a 403 error?

I've been trying for the last few days to build my project in Unity, but I keep receiving a Gradle error whenever I try. I have added the app ID from FB to the settings and messed around as much as I can, but can't find a solution. Does anyone know…
1
vote
0 answers

Getting Error after using Applovin plugin Android Studio

My App was working perfectly and smoothly without adding the applovin SDK, how do I solve the issue of the problem that I encountered? Here's my Gradle file (Root) buildscript { repositories { maven { url 'https://artifacts.applovin.com/android'…
1
vote
2 answers

How to show Applovin/Max Banner Ad with layout?

I am new to Applovin/Max. In their documentation position and size of Banner ad set by programmatically. Thats why BannerAd override my app's content. Banner layout in xml
AG-Developer
  • 361
  • 2
  • 10
1
vote
0 answers

Applovin MAX Facebook Bidding : Does it Actually Works?

We have integrated Applovin MAX to use Facebook Bidding in our Andorid App. Since we have integrated & Tested The Integration, Under Test Mode FB Ads are Loading (when forced to show Meta Ads via Applovin Test Device Dashboard) BUT even then theirs…
Techy Rakshak
  • 271
  • 2
  • 6
1
vote
1 answer

Expo FB Audience Network Ad Mediation with IronSource / MAX-AppLovin

I am using Expo and managed to show FB Audience Network Ad with below code. But FB now require ad bidding so I need to add at least one more advertising network, preferably IronSource or MAX/AppLovin. But all the document only show React Native…
Rachel
  • 51
  • 7
1
vote
1 answer

Applovin Template native ad in recycler view adapter

I need help implementing Applovin native ads in recycler view. I cannot find any references on how to implement app lovin native template ads in recycler view adapter. The Code to implement native ads in activity is : public class ExampleActivity…
Dhruvbhati
  • 307
  • 1
  • 13
1
vote
1 answer

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…
1
vote
1 answer

AppLovin Quality Service Gradle Plugin

I'm trying to mediate my app with MAX and I'm having trouble trying to integrating it on my Gradle file I have followed all the instructions here but I keep the error log below every time I try to build my app : A problem occurred configuring…
agega
  • 157
  • 3
  • 13
1
vote
0 answers

Applovin banner placement in Android studio

Trying to place Applovin banner ads at the bottom of page. But it keeps appearing above page. ''' ViewGroup rootView = findViewByID(android.R.Id.content); rootView.addview(adview); '''
1
vote
1 answer

Facebook bidding Integration with MAX in Android

I am trying to integrate MAX mediation patrner as facebook bidding partner in Android application. I can't find simple solution for integrate in mobile application. I integrate facebook audience integration successfully but can't bid with MAX.
Ehsan Ullah
  • 175
  • 10
1
vote
1 answer

Add specific library from android SDK to unity project

I'm trying to add Applovin Ads to the unity project and there is a new required to add play service sdks Add Google Play Services to your App Due to new requirements by Google, you'll need to integrate the Google Play Services SDK into your…
mando
  • 33
  • 5
1
vote
1 answer

Include of non-modular header inside framework module 'AppLovinSDK' - Archive only error

I get this error only when I try to archive, building for simulator or other test device works. Previously, I had this problem when trying to build for a test device, but I started over and reinstalled the pod and it worked. I have tried setting…
David Villegas
  • 458
  • 3
  • 18