Android Question Remove all ads with rewarded advertising.

Almora

Active Member
Licensed User
Longtime User
hi..

Remove all ads after watching the awarded ad.

How can I remove all ads after the user has watched the awarded ad. Ads exist in all activities. How can I remove them all?

and the award-winning ad viewers will see no ads for 1 hour. How can I adjust this?

thnks..
 
Last edited:

sorex

Expert
Licensed User
Longtime User
in the rewarded event you can store the current time ticks + 1 hour ticks.

in your load event then you just check if the current time > than the stored ticks.
if bigger preload the ad, if smaller return from the sub.
or you can do it in the display sub aswell.

unless you have thousands of people using that I think it's better to stick with regular interstitials.
 
Upvote 0
Top