Search Unity

Admob Rewarded Ads Error

Discussion in 'General Discussion' started by Lokang31, Sep 24, 2020.

  1. Lokang31

    Lokang31

    Joined:
    Oct 10, 2019
    Posts:
    1
    Hello Everyone, I need help
    i had follow all tutorial on youtube about admob but i got this error at rewarded ads, i already included using System;
    i've attached my script
    upload_2020-9-24_19-16-21.png
     

    Attached Files:

  2. Rodolfo-Rubens

    Rodolfo-Rubens

    Joined:
    Nov 17, 2012
    Posts:
    1,197
    The delegate "OnAdRewarded" is asking for a callback with only the "Reward" parameter, your method "HandleRewardBasedVideoRewarded" has an "object" that shouldn't be there...

    Btw, this is better suited on the "Scripting" forum.
     
    angrypenguin likes this.