Thank you, you don't need app id or ad unit ID, as this is simply an issue with your SDK and the namespace change.
It's because play-services-ads:19.5.0 doesn't work with
'com.google.ads.mediation:unity:3.7.2.0',
If you have these on your gradle file you'll also have an error when loading InterstitialAd :
implementation 'com.google.android.gms:play-services-ads:19.5.0' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7
implementation 'com.google.ads.mediation:unity:3.7.2.0' // Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:8
Error-
Error AndroidRuntime java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/ads/InterstitialAd;
Error AndroidRuntime Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.InterstitialAd" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar",
On Friday, August 20, 2021 at 12:47:33 AM UTC-7 mobileadssdk wrote:
Hi Shai,
Thank you for raising this to us.
Could you please provide the details below (via Reply to author option. If the option does not work, kindly reply to
mobileads...@gmail.com, then let us know here once sent) so that I can further investigate this issue: