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
Questions tagged [adcolony]
90 questions
1
vote
1 answer
AdColony SDK unavailable on current platform
I get an error when I try to use:
Ads.Configure(this.AppID, appOptions, this.zoneIDs);
The error says:
AdColony SDK unavailable on current platform
this is how I'm trying to play the ad:
public string AppID = "app53f882d220464f3399";
public…

FalconCode
- 11
- 4
1
vote
1 answer
Heyzap integration 3rd party sdks missing permissions
I am trying to integrate ads in my android app through Heyzap. However, when i open the heyzap mediation suite, some of the third party sdks are marked with "missing permissions". these are AdColony, AppLovin, ChartBoost and Vungle. They all have…

AlexVlad
- 13
- 3
1
vote
1 answer
adColony Expecting libadcolony.so in libs directory but it was not found
I'm trying to implement reward video with adColony but i'm getting trouble
In folder app/libs i have added libadcolony.so also adcolony.jar version 3.0.7 in lib folder
in my activity
AdColony.configure(this, appOptions, "app83c6f9efcc25******",…

tamtoum1987
- 1,957
- 3
- 27
- 56
1
vote
1 answer
Admob rewarded videos taking too much storage space
I currently use AdMob to mediate RewardedVideo from AdColony and Applovin. The issue I am facing is that every time I open my app and load a new RewardedVideo, the persistent storage memory is being increased by about 7MB.
In the screenshot below: I…

Gauthier
- 4,798
- 5
- 34
- 44
1
vote
1 answer
AdColony Aurora Android 3.0 SetCustomID
I'm attempting to integrate AdColony into an app. I'd like to set a custom ID for each user that gets passed back in the server to server callback I can setup in their dashboard. Right now the custom ID field returns null because it isn't set.
From…

Tom Hammond
- 5,842
- 12
- 52
- 95
1
vote
1 answer
Adcolony Unity Failed to re-package resources
Try to compile with adcolony, and got this
changed manifest target sdk to 23 in unity project because adcolony has.
First time it compiled, but now it dont want.
Also, i use vuforia
can it be conflict of manifests?
CommandInvokationFailure: Failed…
1
vote
1 answer
AdColony - AdMob Mediation / Test Ads Worked but Live Ads Does Not Worked
I am a newbie in both in this forum and in Android world. I just developed a singleplayer trivia game, named "Reklamsız Bilgi Yarışması", only supports my local language but accessable in all over the world.
I just followed the guides and integrated…

EBBswDev
- 21
- 4
1
vote
1 answer
How to use GADRewardBasedVideoAd
I want to add reward ads in my application, when user watch the ads video i will give him a reward
what i try to do is something like this
in viewdidload i initialize like this :
let rewardedVideo : GADRewardBasedVideoAd =
…

tamtoum1987
- 1,957
- 3
- 27
- 56
1
vote
2 answers
Interstitial AdMob mediation on Android
I'm implementing mediation of Interstitial Ads through AdMob on Android. I would like to integrate 4 additional ad networks:
InMobi, AdColony, Chartboost, and Applovin.
As far as I understood by reading the official documentation on each website,…

pAkY88
- 6,262
- 11
- 46
- 58
1
vote
1 answer
OkHttp android 5 crash adcolony and helpshift
on android 5 only, some 3rd party sdks (adcolony and helpshift) crashes randomly (most of the time when app just started). On android 5 below, both works fine.
Both of them crashes on…

user3777808
- 23
- 3
1
vote
1 answer
AdColony UI is messed up on Galaxy S6 (using Unity 5 & HeyZap)
I have a game that I'm making for Android using Unity 5.3.5p2 (64 bit) and Heyzap Mediation v9.5.7. I implemented AdColony v2.1.4 using HeyZap and it works fine on my Samsung Galaxy Avant, but on my Samsung Galaxy S6 the time left circle and the x…

PlanetVaster
- 507
- 1
- 6
- 18
1
vote
0 answers
AdColony unity sdk
Hello I have problem with installing AdColony SDK for Unity. I just setup code like in instruction but it still shows that I haven't any ads in my zone. I have no idea if I did something wrong or I forgot to implement something.
public void…

Bystry
- 19
- 3
1
vote
1 answer
AdNetworkSupport Adaptor - AdColony 3 Support
Just tried to integrate AdColony with Mopub and ran into a bunch of errors. Seems that with the latest 3.x.x version, AdColony has made some significant changes.
Anyone have an updated adaptor?
I opened an issue here

Ace Green
- 381
- 5
- 29
1
vote
1 answer
iOS SDK / AdMob / AdColony mediation adapter
I´m using AdMob as the main ad network. Now i want to include "some" mediation adapters. One of them is "AdColony" which is video based. It works fine, but i want to do some improvements as i don´t want to show a video clip of 30 seconds every time.…

LJSven
- 147
- 3
- 13
1
vote
2 answers
Adcolony with Android Studio
I have tried to include adColony.jar file into my libs folder. I can initiate the SKD okay. But when I try to compile the app, I get an error:
Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException:…

Thiago
- 12,778
- 14
- 93
- 110