Questions tagged [applovin]

Questions about AppLovin, Cross platform mobile advertising network.

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

107 questions
0
votes
0 answers

Applovin Ad Integration

Please, I'm new to Applovin. How to connect Applovin Banner and Reward Ad in one activity in android, I check the GitHub code and each ad unit is on seperate activity. When I first added the banner ad, it worked well, but when I added the reward ad…
0
votes
1 answer
0
votes
1 answer

interstitial ads implementation using application class android

I want to load the ad interstitial ads in the application class and then display that ad when the user navigates from activity A to B. How to achieve this?
jirill
  • 1
  • 1
0
votes
1 answer

AAPT: error: resource style/com.applovin.mediation.MaxDebuggerActivity.Theme not found in android admob ads applovin mediation

I am trying to add applovin mediation adapter for admob ads in android project. //Google AdMob AppLovin mediation implementation 'com.applovin:applovin-sdk:9.15.2' implementation 'com.google.ads.mediation:applovin:9.15.2.0' After adding the above…
Nagaraj S
  • 1
  • 1
0
votes
2 answers

CocoaPods could not find compatible versions for pod

I'm trying to implement UnityAds SDK to use with AppLovin Max mediation, but after updating the UnityAds SDK to it's latest version which is 3.7.0, i'm getting this error when trying to update the pods. Any suggestions? [!] CocoaPods could not find…
ytpm
  • 4,962
  • 6
  • 56
  • 113
0
votes
1 answer

Applovin Max SDK for Unity returns Error code -1004 when trying to ad load (Only iOS problem. Android works perfect)

I'm intergrating Applovin Max SDK for Unity. But it has some problem. Everything is perfect except iOS. When i build and run on Android, it's perfect. But same same condifion of iOS phone, it can not load AD. The error code is -1004, but it's not…
B. Kim
  • 11
  • 2
0
votes
1 answer

How to integrate AppLovin SDK in iOS flutter

I was going to integrate applovin sdk to flutter in ios. when i run 'flutter run' command, it gives this error fatal error: 'AppLovin/AppLovin.h' file not found #import note: did not find header 'AppLovin.h' in framework…
Ajim Pa
  • 1
  • 1
0
votes
0 answers

Need some assistance around Applovin's MAX & Ironsource's LevelPlay for In-App bidding

I'd like some guidance to get started, in terms of the documentation. I can't find an implementation guide as such. Been beating around the bush for couple of days in finding the best out of these 2. What would really help here is some kinda…
0
votes
1 answer

Is it safe to expose your Applovin Sdk API key?

While decompiling random android APK file, I have found the Applovin Sdk Key is publicly Accessible in manifest file. is it security Issue?
Devlouis
  • 9
  • 2
0
votes
1 answer

How to fix 'No such file or directory' warning when building with Applovin SDK and Google Admob Mediation

I keep getting this warning message when I was building my App with GoogleMobileAdsMediationAppLovin. It seems its trying to find an Applovin precompiled header file from '/Users/thomasso/'. However, I have no idea where does 'thomasso' come from. I…
Eric Hu
  • 3
  • 3
0
votes
1 answer

AppLovin Ad Network Apple Store Submission SDK Error

I have implemented AppLovin ad network within my game and its working properly in my iOS build so I have decided to submit it to Apple Store. During the submission process, I got this error and I can't able to upload my game build at Apple…
Siddharth
  • 4,142
  • 9
  • 44
  • 90
0
votes
0 answers

Manage Game Music At Fullscreen Ad Display Time

I have used AppLovin Ad Network to display fullscreen ads within the game. So I want to turn off game music when fullscreen ad displayed and again turn on game music when fullscreen ad closed by the game player. I have followed this…
Siddharth
  • 4,142
  • 9
  • 44
  • 90
0
votes
0 answers

Are my Applovin callbacks working correctly in Unity 3d?

I'm not sure if I've set up my event callbacks correctly, where would these events be firing to? I've setup test ads and all the different types of ads are working correctly. I've got a game object UI_Menu with my listener attached to it like…
Conor
  • 13
  • 2
0
votes
0 answers

AppLovin unable to precache resources

I want to use AppLovin Native Ads in my application. I did these AppLovinSdk.initializeSdk(getContext()); AppLovinSdk sdk = AppLovinSdk.getInstance(getContext()); AppLovinNativeAdService nativeAdService = sdk.getNativeAdService(); …
Rustam Ibragimov
  • 2,571
  • 7
  • 22
  • 33
0
votes
2 answers

Applovin error - duplicate entry: com/applovin/adview/AdViewController.class

I have problem on AppLovin. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry:…
Shubham
  • 25
  • 1
  • 1
  • 9