I am trying to add reward-able ads to my plat-former app but it does not let me add a listener as stated in the documentation. Does anyone know how to fix this? Thanks.
Asked
Active
Viewed 993 times
0
-
Show the script part. – gameDev_Unity Dec 11 '19 at 11:05
2 Answers
0
I guess it is a simple spelling error, change AddListener to AdListener and it should fix this error.

Anis Brachemi
- 71
- 6
0
I had the same problem and it turned out to be an outdated version of Advertisement Package. In Unity, open Window > Package Manager and update the Advertisement package to the latest version, I used 3.4.2.
Check this thread here for more details: https://forum.unity.com/threads/iunityadslistener-not-found.712283/

MRavedutti
- 1
- 1