Questions tagged [appodeal]

57 questions
1
vote
0 answers

How to prevent iOS 13 behaviour for appodeal fullscreen video ad?

In iOS there is a new behaviour for modal view controller when being presented. Now it's not fullscreen by default and when I try to slide down, the app just dismiss the View Controller automatically. How can I prevent this behaviour and get back to…
Anas Mehar
  • 2,739
  • 14
  • 25
1
vote
2 answers

How to show Native ads?

I have already implemented admob Reward ads and want to show native ads. Really didn't get any useful source and stuck in this problem for 3 days. Can any one help me to show native ads please its an emergency issue. I have tried appodeal also but…
1
vote
0 answers

Google Play Console,Can't see Ads on Pre launch reports

Lately after uploading two Apk versions, checking the Pre launch reports, I coulnd't see any Ads on the reports. we use Ad-mediation (Appodeal) that works well on our older verisons. Could be that google Firebase automation doesn't show Ads anymore…
eyalix
  • 133
  • 1
  • 2
  • 18
1
vote
2 answers

Appodeal integration with iOS app shows error

I am trying to manually integrate Appodeal. but it show the following error. I follow This documentation. see image Can anyone help me to remove this error?
Jamil
  • 2,977
  • 1
  • 13
  • 23
1
vote
0 answers

Many "Unresolved Class" for Appodeal packages in my Manifest file in Android Studio

I am trying to implement the libraries from the company Appodeal (an Ad mediation company) to my App in Android Studio, so I can run their advertisements and monetize my App. I followed their instructions: First, put the necessary libraries in the…
1
vote
1 answer

Unity3d, Appodeal, GooglePlayServices And Androit 65k method Limit

I'm having a problem trying to use Appodeal with GooglePlayServices and Unity3d, here are my steps: 1 - Import the GooglePlayServices package; 2 - Import the Appodeal package 3 - Compile the project. Then the error: CommandInvokationFailure: Gradle…
alkubo
  • 31
  • 3
1
vote
0 answers

android show Admob or Appodeal ads in service

I want to show admob or appodeal ads in service and app wont be shown in the recent apps. I have tried many ways but didn't work. I found this way but the app will come in recent apps! ‌‌‌‌‌‌‌‌‌‌‌‌ ‌‌‌ public class ServiceAd extends Service { …
1
vote
1 answer

How to delete unnecessary dex files?

When I'm running my application with Appodeal and Multidex, I get next toast message: Integration Error: classes are already loaded from jar files, remove unnecessary dex files. This error occurs after Appodeal…
dezmont
  • 21
  • 6
1
vote
1 answer

Native Ad with Appodeal

I have some problem with Native Ads. I getting empy list of Native Ads. Here is code: Appodeal.setAutoCacheNativeIcons(true) Appodeal.setAutoCacheNativeMedia(false) Appodeal.initialize(this, apiKey, Appodeal.NATIVE) …
fHate
  • 195
  • 3
  • 9
1
vote
0 answers

How to detect that displayed android ads app is installed or not say for CPI

I want to detect that the ads displayed in my app CPI cost per install should be install by users and detect that its installed and open at least once.
1
vote
1 answer

Admob/Appodeal Ad banner under every 10 articles

I am developing an Android Application written in Java. On the Home page of the app I am showing a number of N articles in a ListView. I implemented Appodeal Ads successfully and now I was thinking that I want to show an ad banner under every 10…
Razvan
  • 292
  • 2
  • 3
  • 15
1
vote
0 answers

Build Error in Appodeal, Unity, Facebook project

I have made a mobile game with appodeal ads and facebook plugin. I get this error while building the project. CommandInvokationFailure: Unable to convert classes into dex format. This error just happens when these plugins are both integrated. It…
gmspacex
  • 642
  • 5
  • 12
1
vote
1 answer

Trouble with Appodeal Rewarded Video

I'm having some problems with Appodeal rewarded Videos, actually, the problem is not with appodeal but with some network, and I can not find out what is. My app exhib the video normally, however the onRewardedVideoFinished() method sometimes is not…
Cristina
  • 387
  • 1
  • 18
1
vote
1 answer

How do I exclude these .jar files? Error com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry

When I add this line: compile project(':react-native-appodeal') I get the error: com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/facebook/ads/AbstractAdListener.class I know it is coming from…
atkayla
  • 8,143
  • 17
  • 72
  • 132
0
votes
0 answers

how i load Appodeal ad to load Ad in ios swift as RewardVideoAd?

I set all steps what given in Appodeal documentation in iOS Swift but Ad does't load. Now i use RewardVideoAd from this documentation this is AppDelegate Class func application(_ application: UIApplication, didFinishLaunchingWithOptions…