The Adcolony doesnt seem to load video ads on iOS 9, but works fine on any version lower than ios 9. I tried to replace the adcolny framework with the new 2.6 version of the framework but still no videos load on ios 9.
Please look into it asap as my game is pretty much complete and i wish to submit it for review soon, but the adcolony problem is the only thing delaying my submission.
Also do you plan on updating the sdks with bitcode compatibility?
Are you using the latest 1.2.5 version of AdColony? (http://cocos2d-x.org/sdkbox/adcolony)
yeah i am currently using 1.2.5. I also tried using the 1.3 version by using sdkbox import adcolony --staging
but still ios 9 doesn’t show videos
I finally got it to work, read the adcolony integration guide. Had to disable AppTransportSecurity in the info.plist also replaced the 2.5 version of adcolony framework that comes with the 1.2.5 version of sdkbox, with 2.6 version of adcolony framework.
@gauravjalui Thank you for telling me how you solved this.
We found out adcolony 2.6 only works with iOS9 (can’t compile on ios8) not sure if that’s a good call, since a lot of user haven’t updated their iOS yet.
oh I tested it on several of my devices ranging from iOS 6-9, works perfectly. Only have to disable the bitcode though.
Ok, I’ll test again.
Did you make some special things to update the new adcolony framework? because it didn’t work when I tried to update mine