Questions tagged [applovin]

Questions about AppLovin, Cross platform mobile advertising network.

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

107 questions
1
vote
2 answers

AppLovin SDK reports internal error. Code = -1. IOS

I'm doing everything as in the instructions. But when I do [ALInterstitialAd shared].adDisplayDelegate = self; [ALInterstitialAd shared].adLoadDelegate = self; [ALInterstitialAd showOver:[[UIApplication sharedApplication] keyWindow]]; I…
Roman
  • 366
  • 5
  • 19
1
vote
2 answers

Integrate Applovin to Cocos2d-x iOS app

I want to integrate Applovin SDK to my Cocos2d-x iOS app, but the delegate doesn't work. [ALInterstitialAd shared].adDisplayDelegate = self; << Error: Use of undeclared identifier 'self' [ALInterstitialAd showOver:[[UIApplication sharedApplication]…
RRN
  • 1,127
  • 1
  • 12
  • 37
1
vote
1 answer

AppLovin FullScreen ad not working in Cocos2d iOS

I followed AppLovin sdk integration guide from here: https://www.applovin.com/integration Code: [ALSdk initializeSdk]; [ALInterstitialAd showOver:viewController.view.window]; Not getting this part of Doc:
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
0 answers

CTA method in playable ad for Mintegral platform

I made a playable ad and now i want to make a build for Mintegral platform. As the whole point of playable ad is to redirect user to store, i need to implement a CTA (call to action) method, that will do so. Every platform requires specific code to…
0
votes
0 answers

Unity, Applovin MAX & UniWebView: low FPS in webview

Our setup: Unity 2020.3.47 UniWebView 5.3.0 Applovin MAX (Unity 5.10.1 / Android 11.10.1) Android build We have a browser game running on Phaser in UniWebView. We try to integrate Applovin MAX but run into an issue. The problem is that FPS drops…
Cubius
  • 1,294
  • 2
  • 15
  • 33
0
votes
1 answer

applovin sdk problem with banner on unity

We Found that the problem occurs only in the banner. When the banner is initialized and starts to show or changes to another one. Freeze occurs in 100ms We tried to rewrite the advertising initialization logic. Left only the initialization and…
0
votes
0 answers

How can I put Native Ads in Exit Popup without Admob?

I want to use Applovin MAX SDK. I created a Native ad unit but I don't know how to insert. There are some guides about inserting native ads in Exit Popup with Admob Native ads. Please help me. MainActiviy.java @Override public void onBackPressed()…
0
votes
0 answers

Isn't supposed to have higher win rate with meta audience than with applovin max?

Recently I have realized that my app is making lower revenue, win and fill rate with meta audience network. I firmly believe that it is supposed to make higher revenue than with applovin max, how can I fix this? I checked network, sdk everything ok
Carl
  • 57
  • 5
0
votes
1 answer

How to set age of user in Applovin SDK if my game can have both children and adults playing it

I am using Applovin SDK for ads in my word game and when I read Applovin’s privacy policy, it says: You must set appropriate age-related flag values for end users via the AppLovin SDK and/or related APIs, as required under any applicable laws or…
0
votes
1 answer

Issue with video playback and interstitial ad in release mode

MAX Plugin Version 2.5.0 Flutter Version 3.10.2 Device/Platform Info Poco X3 Pro Android 13 and Also other devices. Current Behavior I encountered an issue where my app crashes when trying to load an ad while playing a video using the video_player…
Ottoman Coder
  • 362
  • 3
  • 15
0
votes
1 answer

While loading MaxNative Ad into recyclerView it gives error "Spicified view already has parent. soYou should call removeView on parent's reference?

I am writing code to laod MaxNative ad from Applovins into recyclerView. I load it first time and use it for every new call. here is the code fun showNativeAd2(adContainer: FrameLayout) { val params = adContainer.layoutParams …
0
votes
1 answer

Issue in adding 'com.applovin.quality:AppLovinQualityServiceGradlePlugin:+' plugin in root level in Android Studio Electric Eel - 2022.1.1?

Trying to integrate the AppLoving MAX SDK in Android Studio Electric Eel - 2022.1.1, but unable to integrate it. Try to add 'com.applovin.quality:AppLovinQualityServiceGradlePlugin:+' plugin in root level it shows following…
Yugesh
  • 4,030
  • 9
  • 57
  • 97
0
votes
0 answers

How to display ads in UIView?

I want to implement AppLovin Max ads in my app , previously i was working with adMob , but now the problem is i don’t know how to implement ads in custom UIView , i can display ads at bottom but i want to show ads inside the post,, here is the link…
noorapps
  • 39
  • 1
  • 6
0
votes
1 answer

Max Applovin Banner Ad is not appearing a the bottom but on Design it's at the bottom

My banner Ad is not appearing at the bottom when I run it on my app but on the Design section in android studio it appears at the bottom. Below is my xml layout code:
agega
  • 157
  • 3
  • 13
0
votes
1 answer

App Crashing After Adding Applovin Max Banner Ad

I have tried implementing the banner ad code following the correct documentation as seen here. Now when I run the app both on my Virtual Device and Mobile phone crashes after showing the splash screen. My error is pointing to: …
agega
  • 157
  • 3
  • 13