Hi!
We are being asked by Google Play to upgrade UnityAds plugin to 4.0.1 at least. Once done, resultCallback and isReady seem to be missing. Has been resultCallback in ShowOptions replaced by any other callback?
Thanks in advance
Hi!
We are being asked by Google Play to upgrade UnityAds plugin to 4.0.1 at least. Once done, resultCallback and isReady seem to be missing. Has been resultCallback in ShowOptions replaced by any other callback?
Thanks in advance
There were a lot of changes in 4.0.0 but this will help…
Thanks for your reply.
It seems that we will have to disable Unity Ads for the moment… Too many changes to make in a script already pretty messed up and also we could mess up the functionality of the other ad sdks…
Thanks!
In a nutshell. With v4.x you must call LoadAd(adunit) before call ShowAd(adUnit). And you must implement listener to get OnLoaded OnShow callback …
Take a look at the doc, it is a day of work to migrate from 3.X
Thanks TobyKaos.
Unfortunatelly we have quite strict deadlines and we can not spend on that migration at the moment, mostly because we would have to do exhaustive testing again on all the advertisement system. Will check this again when we have a bit more time.
Thank you very much for your reply!