Hello. I have some questions.
I’m developing for Google Play, and testing on my device.
Interstitial ad of test(Habilitar anuncios de prueba | Android | Google Developers) works fine.
Then replaced it by Interstitial ad that created in Admob, but real ad is not showing.
I have installed the gameDNA installer, and installed SDK.
And I found an error by adb logcat -d.
It’s a following error.
>W Ads : Invoke Firebase method getInstance error.
>W Ads : The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
It looks like the problem related to Firebase SDK.
So questions are such as:
- How can I solve that error?
- Do I have to link Admob with Firebase?
Because not written about Firebase in UniversalMobileAds’s user guide.
If I have to use Firebase, are there any settings, for example, like google-services.json file(I don’t know on detail)? - And does real ad works without downloading app through Google Play?
Thanks.