Questions tagged [adcolony]

AdColony is a mobile video advertising company whose proprietary Instant-Play™ technology serves razor sharp, full-screen video ads instantly in HD across its network of iOS and Android apps, eliminating the biggest pain points in mobile video advertising: long load times and grainy, choppy video etc

90 questions
0
votes
0 answers

Platform-specific implemenation not set // Implementing AdColony Unity

sorry i'm kind of new to developing mobile apps. I've been trying to implement AdColony into my unity project. I've imported the files and configured the setting AdColony.AppOptions options = new AdColony.AppOptions (); …
0
votes
1 answer

Unable to implement AdColony for Unity/Android // AdColony requires AndroidApiLevel14 in PlayerSettings

every time i'm trying to implement AdColony SDK in Unity i keep getting this same error message. I don't understand why?! I've set the Android SDK path and JDK path both is system variables and within unity settings but this keep showing everytime i…
0
votes
1 answer

Get time of AdColony video ad before shown to user

I am trying to use the video ads in tight time frames so I need to know the length of the video before it is to be displayed. Is there a way to get the length of the video ad before it is displayed?
KevinZ
  • 756
  • 1
  • 12
  • 26
0
votes
1 answer

Adcolony unity plug in conflict with google play service plugin

i am working on a game on unity and i am using Play services plug in for leaderboard and facebook plugin to share the player score i got a conflict error at first when i imported both plugins but i found a solution for that. Now i imported Adcolony…
0
votes
1 answer

Admob issue with rewarded video android studio

I was trying to integrate adMob rewarded video using Adcolony Network as third part. I did all the stuff such as integrating the sdk etc... It doesn't work with my Unit ID but with another one it works. I don't think it's a code issue, this is the…
0
votes
1 answer

Admob Reward Video Ad with Adcolony

I want to display a reward video ad with admob and adcolony. I followed the official tutorials but I'm not getting it to work. My App Id and my zone id is configured…
Bastl
  • 883
  • 2
  • 10
  • 27
0
votes
1 answer

Customize AdColony V4VC Popup Menu in Swift

I'm adding V4VC ads from AdColony into my game and trying to change the default popup window. Right now, it says: "Watch a sponsored video to earn 1 Coin?" I need it to say: "Watch a sponsored video to earn 25 Diamonds?" I looked on their…
0
votes
1 answer

AdColony Video Ad crashes when passing AdColonyAdDelegate as parameter in Robovm Binding

I am using roboVM bindings for showing Adcolony video ads. When I use following code, it works perfectly: AdColony.playVideoAd("ZONE_ID",null); But if i want to use an AdDelegate, it crashes for the following code: AdColony.playVideoAd("ZONE_ID",…
Laxman Marothiya
  • 383
  • 3
  • 13
0
votes
0 answers

Getting error in ad mediation with adcolony and othrs in unity3d

Showing error in .addnetworkextrasbundle(AdColonyAdapter.class, AdColonyBundleBuilder.build()) This is the code which shows error AdRequest request = new AdRequest.Builder() …
Balaji
  • 1
  • 2
0
votes
1 answer

how to do ad mediation with adcolony and others in UNITY 3D

I have been working on some UNITY applications with unity 5 and have recently added AdMob integration. I have been having trouble setting up Admob Mediation with Adcolony . If anyone has knowledge of how this process works or how to optimally set…
0
votes
1 answer

Use Adcolony on app that isn't publish on Google Play Store

Can I use Adcolony video ad if I'm not going to publish it on Google Play Store?
LKH
  • 287
  • 2
  • 3
  • 11
0
votes
1 answer

Is Adcolony support windows universal

Currently I'm using a Unity plugin for Adcolony. There are 3 platforms that Adcolony supports: iOS, Android, Amazon. My question is: does Adcolony currently support Windows universal and can I share my apps with Adcolony ads on Windows store?
MBehtemam
  • 7,865
  • 15
  • 66
  • 108
0
votes
0 answers

AdColony 2.5.3.1 Simulator issues

I just updated to the most recent AdColony framework (2.5.3.1), and have had issues with running on the simulator. Every time I try to display an ad, the app crashes. Looking at the trace, it appears to be something related to Audio for the ad. I've…
Jeff Schmitz
  • 1,087
  • 1
  • 13
  • 28
0
votes
1 answer

Play multiple videos,consecutivelly in the same zone AdColony

I'm trying to implement a screen where the player plays 3 videos and gets a reward. I've created a zone in AdColony and the first ad (of the session) works ok The second one doesn't work for the remaining of the session(Remained for about 1 minute…
Petrescu Silviu
  • 247
  • 1
  • 11
0
votes
2 answers

Swift/Xcode AdColony returns error when trying to call AdColony.configure in appdelegate

im trying to initialize AdColony in my appdelegate with this line of code: AdColony.configureWithAppID(appID: "app id", zoneIDs: ["zoneid1", "zoneid2"], delegate: self, logging: true) however, I getting this error: Cannot invoke…
sterling archer
  • 334
  • 3
  • 16