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
1
vote
0 answers

Unity 5.4.3p4 Vungle Error

Unity 5.4.3p4 Google services 10.0.1 I am trying to integrate Vungle Ads in unity. After converting Unity to Android studio project, Vungle not initialized when I try to run it in device. I think its something to do with Google Play Services…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
1
vote
1 answer

Vungle video ads not working with some devices

I have integrated Vungle test video ads in my android app. It working fine with one of my devices which is running on Android 6.0 but it is not working with my other two devices running on Android 5.0. Is it because the ads are in test mode?
Rahulrr2602
  • 701
  • 1
  • 13
  • 34
1
vote
1 answer

AdMob mediation reward video ads are not loading

I am trying to implement AdMob Reward Video ads. As far as I am understanding from error log is that ads are being loaded by device but it is not being played in system. I also have read and write permission in android manifest file but it is still…
1
vote
1 answer

Vungle video ad is not showing but audio is playing

I integrated vungle sdk for ios-mac . When i requested to play an ad then audio of that ad played but video did not play. Anybody can answer the issue that why video of that ad is not showing while audio of ad is still playing after calling the play…
1
vote
1 answer

Vungle playAd API not working in Swift

I'm trying to use the playAd API of the VungleSDK Advertisement framework, and the following two functions are depecrated. It says to use the next two with an error parameter: - (void)playAd:(UIViewController *)viewController…
I'm stuck
  • 23
  • 5
1
vote
1 answer

Integrating GPGS and AdMob or Vungle

Using Unity 5.2.3. Using Android SDK Rev. 23.1.1 Using Google Play Game Services Package 0.9.31a (Services Version 8.4.0) for unity. Using AdMob 3.0.1 Using Vungle (can't link, stackoverflow not allowing more than 2 links) Note: I am using AdMob and…
1
vote
1 answer

Vungle and Facebook not working together in iOS

I have a game which is made with Unity, using both Facebook and Vungle SDKs. This works fine for me in the Android build. However, when I port this to an iOS project and try to build it, I am getting link errors. Looking through the errors I can see…
1
vote
1 answer

Video Ads from Vungle in Sprite kit Scene

I am trying to add Vungle video ads in my sprite kit skscene. I have a sprite node which is when clicked, should load the ad. The guide provided by Vungle https://github.com/Vungle/vungle-resources/blob/master/iOS-resources/iOS-dev-guide.md shows…
Swati Rawat
  • 1,729
  • 1
  • 19
  • 34
1
vote
1 answer

Vungle ads sometimes not caching - Corona

I've integrated Vungle video ads in my Corona Game it was working perfect but few days ago it stopped caching video ads completely, but after few days it stared it self without changing any thing in code. Now it again stopped caching video ads. I…
AbaEesa
  • 998
  • 1
  • 6
  • 22
1
vote
1 answer

App getting restart on resume-Vungle

When I tap on download button on Vungle ad it take to store, later when I try to open my app, it is getting restart, though I've not done this. According to me when you open browser, itunes etc from an app, the app should go into suspend mode & when…
virajk
  • 31
  • 1
0
votes
1 answer

How to close/finish my Vungle rewrded video ad programatically, as if user closes the app or put in background?

I am implementing the Vungle ads in my android app, the problem is when the user closes the app by swiping up the app after pressing the overview button (the right one from default buttons), meanwhile, Vungle rewarded ad was running, After closing…
0
votes
2 answers

How to remove UIWebView from Pod frameworks?

I have implemented Google Ads with some partner networks. but some of them uses UIWebView and when i upload build to appStore getting warning like this. ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use…
Kuldeep
  • 4,466
  • 8
  • 32
  • 59
0
votes
1 answer

How to set up 3rd-party ad networks (eg. Vungle) using Mopub mediation?

I have integrated Mopub in my app for Banner and Interstitial ads. The Mopub Marketplace ads are showing in the app, but I want to add a few 3rd-party networks as well. I am not sure how to integrate them correctly. I am trying to follow the…
0
votes
1 answer

Vungle with Admob mediation in Unity

i have integrated Admob 3.11.1 in Unity 2017.2.0 project. I wanted to add Vungle 5.3.2 as another network in the mediation. I have configured Vungle's console with an custom interstitial placement and rewarded custom placement. Succesfully added…
0
votes
0 answers

android manifest vungle unresolved class

in my app I am trying to implement IronSource adds. All of its networks are working except for Vungle. I followed the steps provided here by the official ironsource page however in my Android Manifest I get the unresolved class error for both my…
fourthking
  • 321
  • 1
  • 4
  • 19