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

AdColony ad kills my main activity

I've extended the UnityPlayerActivity to integrate AdColony and Flurry Analytics. For some reason whenever I show a video ad using AdColony it stops my main activity and kills it. Any idea why this might be happening?
Dzejkop
  • 93
  • 8
1
vote
1 answer

ADColony video ad crashes the app due to orientation change

First time when I play ADColony ad it appears all fine but again second time when I play the ad it did not occupy the whole screen and after I closed the ad the app crashed with the log saying : Terminating app due to uncaught exception…
1
vote
1 answer

Adcolony not working(iOS)

I am trying to add Adcolony in my app. This is my code: [AdColony configureWithAppID:myAppID zoneIDs:@[myZoneID] delegate:self logging:YES]; [AdColony…
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70
0
votes
0 answers

Error, platform-specific implementation not set while implementing AdColony ads in Unity

Hi I am trying to implement adColony ads in Unity but getting the following error: Error, platform-specific implementation not set UnityEngine.Debug:LogError (object) AdColony.Ads:get_SharedInstance () (at…
chethanv77777
  • 480
  • 9
  • 18
0
votes
2 answers

Problem in Implementing AdColony Banner Ads

I have a problem regarding the AdColony Banner Ad Integration in my Android Studio code. Please help me resolve this. I am total new to coding and made a unit converter app (kg to pounds) in android studio by watching internet…
0
votes
1 answer

How to keep AdColony with Proguard in Unity?

I'm using Proguard and R8 minify on my Unity Game in order to handle Admob Mediation. I integrated AdColony into the game, but during runtime on device it seems that AdColony is removed in the cleanup before the APK is made. I am unsure what keep…
Clicksurfer
  • 126
  • 10
0
votes
1 answer

AdColony interstitial ads not showing(Unity Android)

So I've faced with a problem when trying to show interstitial ads on my device. Requesting interstitial ads always return a success message, but when I try to call show function, nothing happens. It only happens with interstitial ads, because banner…
MCTG
  • 65
  • 11
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

AdColony mediation no fill from ad source

When I add following line of code to configure AdColony ads, I am getting "No fill from ad source" in admob testing suite. I am writing below code before MobileAds.initialize and before loading any ads. But, if remove below code, ads are working…
Smeet
  • 4,036
  • 1
  • 36
  • 47
0
votes
1 answer

jni_onload error when requesting ad from AdColony

I am trying to integrate AdColony in my app and it was working fine with my debug version. However, when I tried building my release version I got a problem with ProGuard and had to add this to proguard-rules-pro to make it…
0
votes
0 answers

AdColony Integration Error (Error, platform-specific implementation not set)

I am facing an error in unity while implementing adcolony's sdk. I have attached a screenshot showing the errors. I can not seem to figure out whats wrong since, the platform settings in unity are iOS, I am developing on a mac, and there are no…
Hussain Mustafa
  • 41
  • 1
  • 1
  • 4
0
votes
0 answers

show ads that require activity context in service

I want to show ads in a service. google admob works well because it needs context, but some other ad services like unity ads, adcolony, appodeal need activity context. How can I provide activity context in a service. I think create an Activity will…
sajad abbasi
  • 1,988
  • 2
  • 22
  • 43
0
votes
0 answers

Adcolony Rewarded Video Null Pointer Error

I'm trying to show AdColony's rewarded video to my app when the user opens the ResultActivity and I request ad on MainActivity and load it to ad on MainActivity as below by calling the related functions from onCreate function. public class…
0
votes
1 answer

AdColony -showWithPresentingViewController: not working

So I am trying to present an interstitial video ad from my viewController and I keep getting this error. 2018-01-03 20:54:52.936999-0500 MyApp[4786:1291385] AdColony [Info] : Interstitial ad request succeeded in zone: zoneId 2018-01-03…
temp
  • 639
  • 1
  • 8
  • 22
0
votes
1 answer

Using Admob & Adcolony in Unity

first, I hope I understand because I can not speak English well. I am using Unity. Unity version is 5.6.1f1. Admob version and Adcolony version is latest. Originally, Using Admob + Unity Ads mediation. At this time, admob banner load and show…
홍성수
  • 1
  • 2