Rewarded video limits.

Hi all.
There is 25 videos for user per day limit. Should I check it from my script or Unity just stop give user ads videos? I’m using Unity Ads and 2018.3.9f1 unity.

Check at your scripts would be better in my opinion.

@BloodyBeard ,

In general, you should always check IsReady before giving the player the option of seeing an ad. But beyond that, you should not have to do any additional work.

Our system will continue to show ads depending on availability and profitability. This can vary by region and we have moved away from mentioning a specific limit in any of our documentation.

2 Likes

Wow isReady is automatic check for 25 limit? That nice!