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
2 answers

android studio gradle build apk

(Error:(17, 2) error: package com.applovin.adview does not exist Error:(18, 24) error: package com.applovin.sdk does not exist Error:(19, 24) error: package com.applovin.sdk does not exist Error:(20, 24) error: package com.applovin.sdk does not…
0
votes
2 answers

AppLovin SDK Integration in Android Studio

How can I get SDK of Applovin for integrating into my Android Studio's project? Whenever I download it from its official website, SDK downloads in .tar extension but I need to get jar file so I can place it in my libs folder. Any helpful link or a…
0
votes
0 answers

AppLovin listeners dont work

I have integrated appLovin in my app and the ads show fine. The problem is that i dont receive any callbacks from their listeners Sample code: AppLovinSdk.initializeSdk(m_context.getApplicationContext()); sdk =…
Michael A
  • 5,770
  • 16
  • 75
  • 127
0
votes
2 answers

AppLovin init with AdMob(V7.7.1) Mediation exception in IOS 9.3 app

I have integrated AppLovin in AdMOb mediation. And followed all the steps mentioned in AppLovin docs. When I run the application to show AppLovin videos with below code, GADInterstitial* interstitialVideo = [[GADInterstitial alloc]…
Avaan
  • 4,709
  • 1
  • 10
  • 13
0
votes
1 answer

Applovin tvOS LIbrary Issues

I apologize but I am new to tvOS development, an programming in general. IDE: Xcode 7.2.1 language: Swift 2 platform: tvOS I am currently trying to integrate the AppLovin SDK for my tvOS app. I have followed the documentation and have everything set…
Aknapp
  • 35
  • 7
0
votes
1 answer

iOS Google AdMob + AppLovin - Other Linker Flags?

I try to integrate Admob and AppLovin Framework together in my iOS project. AppLovin needs "Other Linker Flag" -ObjC, but in Admob it produces an error: 174 duplicate symbols for architecture arm64 How can I handle that, that AppLovin needs Other…
cuSoon
  • 53
  • 7
0
votes
0 answers

Admob ads don't load if initilized after Applovin

In my "ad mediation" I first try to load Applovin ads and if it has no fill, then to load Admob: //AppLovinAdLoadListener public void failedToReceiveAd(int arg0) { loadAdmob(); } But for some reason, Admob ads don't load and neither callback…
A.G.
  • 2,037
  • 4
  • 29
  • 40
0
votes
1 answer

AppLovin Integration

I'm following AppLovin tutorial on their site, but I don't understand if I only have to write: private void ShowInterstitial() { AppLovinInterstitialAd.show(ActivityMain.this); } and call this method everytime I want or if I have to write…
helloimyourmind
  • 994
  • 4
  • 14
  • 30
0
votes
1 answer

Do Applovin ads disappear occasionally?

We have several iOS apps using chartboost and applovin. During testing both appeared together, but today the first one was approved in the app store and we noticed that applovin ads aren't appearing. I played around with some settings in the…
0
votes
1 answer

Applovin Unity3d integration

I have an issue with integration - AppLovin banners and interstitials are not showing. I'm using Unity 4.3, followed all the instructions in the manual, include google play services, set up sdk key, but it doesn't seems to work. Here it is my script…
0
votes
1 answer

Apple Mach-O for libAppLovinSdk.a in cocos2d for iPhone

I am trying to display AppLovin sdk in my cocos2d project in Xcode and I'm currently unable to debug this Apple Mach-O error as described below. Undefined symbols for architecture i386: "_CMTimeGetSeconds", referenced from: …
Deepak Thakur
  • 3,453
  • 2
  • 37
  • 65
0
votes
0 answers

Applovin Interstitials Not Coming Up Every Time, Only Sparingly

So I set up Applovin SDK in my app and Applovin ads only come up sparingly. All of my other apps with Applovin installed have the ads coming up accordingly. Anyone heard of this kind of error? Here is what I have in the Appdelegate: [ALSdk…
0
votes
2 answers

java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk

Hi I get the following exception: 06-10 10:53:36.643: E/AndroidRuntime(10415): java.lang.NoClassDefFoundError: com.applovin.sdk.AppLovinSdk I imported the external lib and also copy pasted the lib to /libs folder. but I still get this error. I…
Csabi
  • 3,097
  • 17
  • 59
  • 107
-1
votes
1 answer

When downloading AppLovin-SDK from Mac CocoaPod causes error and fails

So, this is what happens even if I entered correct Github UserName (or ID) and Password. I have tried it with, name, UserName, Email ID but it all fails. How can I get through this authentication step? plz help!!
Dev Zoo
  • 1
  • 2
-1
votes
1 answer

Fyber test for AppLovin and Mopup return "Missing Permissions"

I'm trying to integrate AppLovin and MoPup through the Fyber mediator. The integration of the sdk is correct. But both return in the Fyber test that "Missing Permissions." I have reviewed all of Fyber's documentation again. I have implemented all…