Open DeliriumCode opened 4 years ago
@DeliriumCode what Google Mobile Ads SDK version are you building against? MediationUtils was added in play-services-ad:19.2.0
. In fact, the MediationUtils
call wasn't added until version 5.9.0.2 of the Facebook adapter. The statement that you are experiencing issues since 5.6 leads me to believe think that you are running an old Google Mobile ads SDK that isn't compatible with Facebook adapter 5.6.0.0 or higher.
Adapters do use methods from newer Google Mobile Ads SDKs as they roll out. The CHANGELOG mentions the version of the Google Mobile Ads SDK used to build the adapter, and we don't recommend using a version older than what it was built against.
After version 5.6 of the facebook adapter, smart banner adverts no longer work. It looks like an isue with the getAdSize method in the adapter.
Note: this issue is still present in the 6.0 version of the adapter...