Questions tagged [vungle-ads]

Vungle products provide necessary infrastructure for app monetization through video ads.

Main products:

  • Vungle–SDK
  • Vungle Exchange (closed beta)
  • Vungle Direct

Project site: http://www.vungle.com/

56 questions
10
votes
1 answer

Rewarded Video Ad in Admob - Mediation not Working

From my Admob, I have setup the mediation for Flurry and Vungle. When I request an Ad I am always getting the error as provided in the Logcat. Could not instantiate mediation adapter: com.google.ads.mediation.flurry.FlurryAdapter. MediationAdapter…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
9
votes
1 answer

Cannot find an ad network adapter

I am trying to implement ads in my app, using AdMob and mediation ad networks. But I've encountered the following problem, AdMob cannot find two of the three network adapters. I've find a few similar posts here on StackOverflow but none of them…
Mar-k
  • 648
  • 6
  • 16
5
votes
2 answers

FATAL EXCEPTION: GoogleApiHandler

In my project i'm using the monetization service(Vungle/AppLovin). When I'm trying to load an ad, i get this exception E/AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler Process: kz.ikar, PID: 3673 …
Sereekjan
  • 71
  • 1
  • 6
3
votes
0 answers

Vungle: No cached or streaming ad available

I am trying to integrate Vungle ads in my Android Project. Everything in my code is similar to what was mentioned in Vungle SDK - Developer Guide and Advanced Settings. But when I call vunglePub.playAd();, onAdUnavailable(String reason) gets…
Abhishek
  • 2,959
  • 2
  • 17
  • 24
2
votes
1 answer

how can use GDPR consent in the advertising networks such as AdMob, Vungle, Ironsource, and Applovin?

The GDPR requires a legal basis for data processing. after using com.google.android.ads.consent:consent-library to show consent in the Android app, how can use GDPR consent in the advertising networks such as AdMob, Vungle, Ironsource, and Applovin?
2
votes
1 answer

Vungle SDK Malicious Behavior

I have been received a mail from google, saying that your "We found your app is using a non-compliant version of Vungle SDK". I search-out about this problem but i can't find-out the solution. Any-one please help me out to this issue i will be very…
2
votes
1 answer

NSInvalidArgumentException using Vungle when Unity app starts

I built a Unity project using Vungle ads and when I build the project for iOS and try to run I get a NSInvalidArgumentException in a Vungle Network Manager call. Does anybody know how to solve this? This is the error: Uncaught exception:…
2
votes
2 answers

RewardedVideoAd - AdMob Mediation with Vungle - ErrorCode: 3

This is my first time working with video ads. I have followed the AdMob guide of implementing RewardedVideoAd from here and the documentation of Vungle from here. I did all the steps written in these guides. However, when I deploy my app on my…
2
votes
1 answer

AdColony causes Force close during Vungle ad

I have a problem. I implemented AdColony rewarded ads through Admob mediation. It works itself. Then I implemented Vungle rewarded ads also through Admob mediation. The problem is that AdColony requires each of Activities to have AdColony.Pause()…
Grzegorz
  • 35
  • 3
2
votes
1 answer

How to stop auto fetching/loading of ads from UnityAds and Vungle?

I'm using both Unity Ads and Vungle to my game. I installed them using their .unitypackage. I already finished the codes for displaying ads from them alternately. My problem now is how to stop them from fetching/loading after closing their 1st ads?…
acegs
  • 2,621
  • 1
  • 22
  • 31
2
votes
1 answer

Vungle 3.0.10 for iOS handling ad not available

I'm integrating Vungle into my next app, and I've been able to get everything to work properly, but the one thing that I cannot find in the documentation is a delegate method for handling an ad not loading. There doesn't seem to be a adNotServed: or…
Liftoff
  • 24,717
  • 13
  • 66
  • 119
1
vote
0 answers

java.lang.NoSuchMethodError: com.vungle.warren.Vungle.updateConsentStatus after updating to latest Vungle SDK

I am using Vungle ad network via MoPub SDK for showing ads in Android Application. I have just updated the Vungle SDK to latest as per their changelog (version 6.3.12). Now the app is crashing. The exception is as below: 08-03 16:56:58.480…
1
vote
0 answers

Resolve different versions of dependencies in Android Studio (gradle)

I integrates two libraries to my android project: Vungle SDK and Tune SDK. So, Tune SDK has de.greenrobot:eventbus:2.4.0 dependency, but Vungle has a eventbus-2.2.1.jar. If I add both of them to project, I give an error: Multiple dex files define…
1
vote
1 answer

How do I test Video Ads (Vungle) in an android app

I am making an application with video ads first time, but I have many doubts. Can I test those ads? If yes, how? Also, I have to execute a set of codes only after the ad is finished. How to do that? And if there is a network problem in streaming…
Gaurav
  • 333
  • 1
  • 16
1
vote
0 answers

Error on bulidtime when running Vungle in spritekit app

So, I open up my xcode project today and tried to run it on my iphone 6s as I usually do without any problems but when I did it, it gave me these errors I have Vungle installed and from memory I was able to run it fine but now its giving me this. I…
Astrum
  • 375
  • 6
  • 21
1
2 3 4