Android [Resolved] Android- Ads

yvodlyn

Member
Hello,
I would like to know how to add an "ads continue button" for android.
per example, if we die on a game, we can have a second chance to continue the game if we watch an ads.
thxt you!!
 
F

FormalCloud

Guest
1) You'll need an ad provider that offers "Reward Ads" - two most popular are Admob and Chartboost.
2) You'll need an extension to support that ad providers SDK. You'll find some on the marketplace.
3) You'll find those extensions come with examples to start with.

Ideally the button you generate for the player to click will load an add specific to the provider, which will return a true/false flag once the ad is watched completely, in doing so you can then determine what to do once the ad is finished.
 

yvodlyn

Member
1) You'll need an ad provider that offers "Reward Ads" - two most popular are Admob and Chartboost.
2) You'll need an extension to support that ad providers SDK. You'll find some on the marketplace.
3) You'll find those extensions come with examples to start with.

Ideally the button you generate for the player to click will load an add specific to the provider, which will return a true/false flag once the ad is watched completely, in doing so you can then determine what to do once the ad is finished.
Thank you a lot!!!!!
 
Top