Hi, how can I check to see if the the reward ad has finished and player clicked close button ? i have this code but I dont think it works in the editor so I want to know for sure if it will work when I will implement this on app store .. :
Unity reward ad [detect when they finished and player clicked close button]
Code (CSharp):
- public void ShowRewardedAd()
- {
- if (Advertisement.IsReady("rewardedVideo"))
- {
- if (i <= 1)
- {...