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
0
votes
1 answer

How can i resolve problems with the EventListener?

My Code: final VunglePub vunglePub = VunglePub.getInstance(); [...] final AdConfig globalAdConfig = vunglePub.getGlobalAdConfig(); [...] final VungleAdEventListener vungleListener = new VungleAdEventListener(){ @Override public void…
SilverBlue
  • 239
  • 2
  • 13
0
votes
1 answer

Problems to play ads in Vungle

I am using Vungle SDK 5.1.0. In Manifest:
SilverBlue
  • 239
  • 2
  • 13
0
votes
2 answers

how to know my vungle ad is completely seen by user or not?

I am using a vungle app-id in my app and I want to increment the wallet of the user, only if the video ad is completely seen by user. //code in my Activity final VunglePub vunglePub = VunglePub.getInstance(); final String app_id=…
Yesha Shah
  • 408
  • 1
  • 5
  • 17
0
votes
1 answer

How to get past this duplicate symbol error (Vungle, CodePush)?

How do I get past this error? duplicate symbol _zipOpen4 in: /Users/a/app/app-client/ios/Pods/VungleSDK-iOS/VungleSDK.embeddedframework/VungleSDK.framework/VungleSDK(vungle_zip.o) …
atkayla
  • 8,143
  • 17
  • 72
  • 132
0
votes
1 answer

How to remove close button in Vungle SDK

I have integrated the VungleSDK in my game. I want to remove the "x" button from video ad showing to force the user to watch the complete video. Here's a screenshot of my publisher settings: This is my code to play Vungle ad video: func…
Rakesh
  • 1,035
  • 1
  • 14
  • 31
0
votes
0 answers

Couldn't locate or instantiate custom event: "com.mopub.mobileads.VungleInterstitial"

In Mopub admob interstitial & facebook interstitial works fine but for vungle am getting debug message like this Couldn't locate or instantiate custom event: "com.mopub.mobileads.VungleInterstitial". D/MoPub: Loading custom event interstitial…
Sarath Kumar
  • 1,922
  • 3
  • 19
  • 43
0
votes
1 answer

Firebase: Access the database from URL

In my Swift app, I am going to be using Vungle for incentivized ads. The way this works is that the Vungle Servers will ping any URL that I give them. For example: myapp.firebase.com/db_location/section/user_id/?value=123 I have looked around…
JamesG
  • 1,552
  • 8
  • 39
  • 86
0
votes
4 answers

java.lang.NoClassDefFoundError: com.google.android.gms.location.LocationClient Error while using Vungle sdk

My app level gradle apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "com.mss.jackpotslots" …
0
votes
1 answer

Vungle initialization crashes when BaseGameUtils compiled

I'm encountering a wierd problem. When I'm compiling the BaseGameUtils library through Gradle my app crashing on initialization of Vungle. I really dont know why is that happening and I even dont know what should I show you to help me fix…
Gtzzy
  • 519
  • 4
  • 18
0
votes
1 answer

Vungle Unity Plugin Video Ad closed automatically

I have a strange problem with Vungle Unity Plugin, After video completes, AD popup automatically closes in iOS devices. It's not waiting for the user to click the close button. Generally when a video completes, a close button appears and wait for…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Android vungle event listener

I'm having a problem with vungle, I want the dialog fragment to appear after the video ad ends, my code looks good and there is no errors, the video starts and ends but my dialog fragment never appears, here is my code: private final EventListener…
Nassef
  • 35
  • 6
0
votes
2 answers

Corona sdk build.settings

I am trying to integrate AdMob , Revmob and vungle but I don't know if I put in the proper code in my build.settings . I don't want to use them all on one page but at different scenes . Any Help ? build.settings settings = { orientation = …
user5957351
0
votes
1 answer

Unable to add new application to Vungle

Dears, As mentioned in Vungle Docs https://support.vungle.com/hc/en-us/articles/210468678 there must be "Add New Application" link on the main dashboard. I am not sure why it is not appearing on my account. account screenshot Cheers.
Abdullah
  • 9
  • 3
0
votes
1 answer

VungleSDK WebSocketException

I'm trying to use the VungleSDK plugin for Unity for a Windows 10 project. But I'm not getting it to work. On their GitHub they mention that their SDK for UWP only works for Unity 5.2.x but I'm uncertain if they mean it doesn't work for Unity 5.3.x…
Whyser
  • 2,187
  • 2
  • 20
  • 40
0
votes
1 answer

Vungle ads are not displaying in portrait mode

I have integrated vungle video ads in my android application successfully but the ads are displaying in landscape mode only, but i want the ads to be displayed in the portrait mode . I have done the following implementation in manifest file …
shobhan
  • 252
  • 3
  • 10