Questions tagged [appodeal]

57 questions
6
votes
5 answers

App starts to crash after upgrade to SDK 31 Android

Edit I removed Appodeal, explorestack:consent and jcenter and now it works. Appodeal did not build without jcenter which is deprecated. I am not really sure where the problem lies, but one of the above should be the problem. I recently updated the…
El_Loco
  • 1,716
  • 4
  • 20
  • 35
5
votes
3 answers

Your app includes non compliant SDK version com.my.tracker:mytracker-sdk

I recently updated my Flutter app with Appodeal ads, later I got a message. Google Play Console: Your app **** version code *** includes SDK com.my.tracker:mytracker-sdk or an SDK that one of your libraries depends on, which collects personal or…
NoProgress
  • 183
  • 1
  • 8
4
votes
1 answer

Appodeal Consent Manager won't show

Future checkConsent() async { ConsentManager.requestConsentInfoUpdate(Constants.kAppodealKey); ConsentManager.setConsentInfoUpdateListener( (onConsentInfoUpdated, consent) { print('PRINT: onConsentInfoUpdated…
Mr. Tacio
  • 442
  • 1
  • 7
  • 18
3
votes
4 answers

(Unity Error)The option 'android.enableR8' is deprecated and should not be used anymore. It will be removed in a future version of the Android Gradle

I can drop everything you need to help me Configure project :launcher WARNING: The option 'android.enableR8' is deprecated and should not be used anymore. It will be removed in a future version of the Android Gradle plugin, and will no longer allow…
DirtyHusk
  • 41
  • 1
  • 1
  • 2
3
votes
0 answers

How to add appodeal ads to the project?

I want to add appodeal ads SDK to my project. When I try to sign in, a statement appears with the issue of "Your account is on moderation". Could you please help me that what is wrong and how to fix it? Regurds
3
votes
2 answers

Cannot create android app from an archive \app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content

I am trying to add appodeal jar file to my project, but this error occurs: Cannot create android app from an archive app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content Also android.enableD8=false not works. I am using…
Mr. Nobody
  • 327
  • 2
  • 8
  • 21
3
votes
0 answers

Creating AdUnits in a publisher AdMob account using an API, just as Appodeal does

I've been looking at AdSense Host API, that lets you create ad units for a publisher's AdSense account. I want to be able to do this for the same publisher's AdMob account! The problem statement here is that I need to create a 'Mobile Ad Mediation…
Arjun Issar
  • 672
  • 4
  • 13
  • 32
3
votes
1 answer

Android Activity specific to particular flavor to be configured in Android Manifest

Context I have two product flavors free and paid. In free I use advertising and for paid there is no advertising. I want to use a 3rd party module in my free version of the app, in my particular case AppoDeal for advertising. The integration doc…
karthiks
  • 7,049
  • 7
  • 47
  • 62
2
votes
1 answer

simplest way to show native ads appodeal

Anybody can show here how to simplest way to show native ads appodeal? NativeAdViewAppWall = before content webview and NativeAdViewContentStream = after content webview. Thank you.
DoctorSEO
  • 75
  • 2
  • 13
2
votes
0 answers

Can't build offline with Appodeal SDK in Android Studio 3.6.1

I integrated Appodeal SDK in my project. Now I can't run the offline build in Android Studio. It says > Could not resolve com.google.android.gms:play-services-ads-identifier:[15.0.0,17.0.0). Which are needed by some internal network adapters of the…
NKoyee
  • 551
  • 6
  • 12
2
votes
0 answers

"Program type already present: Android.arch.lifecycle.LiveData$1

Hello developers, I am facing a problem, I have tried all the answers available on StackOverflow, not able to solve my problem. initially, it was saying unable to merge dex, after some changes its now showing this error. Warning: Configuration…
Farhan Saikh
  • 111
  • 1
  • 16
2
votes
0 answers

Appodeal.REWARDED_VIDEO cordova not working! (onRewardedVideoFailedToLoad)

Sorry my bad english. I'm starting on Appodeal sdk on Cordova project. In the first day my code work fine, but now, stop to work. On the event deviceReady var appoAppKey = "myAppKey"; if (! Appodeal ) { alert( 'Appodeal plugin not ready' ); …
1
vote
0 answers

Why Appodeal Flutter Plugin says "D/Appodeal(22704): Banner [Request Failed]: No ads in banner"

Banner Ads from Meta Audience Network not showing. Verbose Log in Flutter console D/Appodeal(22704): SDK [Response]: {"status":"error","message":"No ads in banner"} D/Appodeal(22704): SDK [Response]: {"status":"error","message":"No ads in…
1
vote
1 answer

Failed to Install CocoaPods in Unity LTS 2017.4.40f1 and Appodeal on mac os x Mojave 10.14.5

I am using Appodeals ads integration on Unity LTS 2017.4.40f1 on mac os x Mojave 10.14.5. The integration fails with an error in the Unity iOS Resolver window: Installing CocoaPods... gem install cocoapods --user-install WARNING: You don't have…
1
vote
0 answers

How to fix "Program type already present: com.reactlibrary.BuildConfig" after installing Appodeal

Is there anyone who tried to install the Appodeal? I'm trying to install the Appodeal to our React Native 0.60 project but I encountered this error "Program type already present: com.reactlibrary.BuildConfig". I can't find which, where is something…
1
2 3 4