Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Need help showing Rewarded Interstitial Ads

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
I have ads in my game (not overboard and will be able to be removed via an in app purchase).
I'd like a button that issues an in-game reward in exchange for watching a rewarded ad.

I use adMob and currently attempting to use adColony for the rewarded interstitial ads.
However I am really confused how to set it all up.
I've been trying to follow this guide:

https://github.com/AdColony/AdColony-Android-SDK-3/wiki/Showing-Rewarded-Interstitial-Ads

I have my adColony account setup and have made it until the callback URL part.

I do have the proper *.jar files in the libs folder and have set them as dependencies.
I'm just having some trouble with the rest of the setup.

I use android studio to build the signed apk.

Could someone please advise how to show rewarded ads?

Thanks for reading. (cool)(icecream)
[doublepost=1501625035,1500731729][/doublepost]UPDATE:
I've solved most of the issue. I've used adMob I can post my code when I get home.
All except for rewarded & non-interstitial ads play and work with just a few issues.
The ads are only partly "clickable".

Rewarded Ads:
Close button works functions perfectly.
Reward is distributed accordingly.
Install/Ad Link that takes to google playstore doesn't work.

Interstitial Ads:
Close button doesn't work.
Count down doesn't work.
Install/Ad Link that takes to google playstore doesn't work.

Any one else have any issues like this?
 
Last edited:

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
hello @CT_Bolt
Did you already figure out the way to show ads without issues?
No sadly I have not completely figured this out this issue. (slanty)

My game is now on Google Play (Free Download).
Facebook Link: https://www.facebook.com/tap102987/

Install button on the ads still doesn't seem to be working on anything except the banner. (confused)
I think it could be something wrong with my the way I've set up my Java or Manifest files... but I'm really quite puzzled. (perplexed)

I'm going to make an official post for the game soon. (wink)
Also possibly a project recruitment thread for testing/other development. (cool)(thumbsup)
 
Last edited:
Top