Hi,
I'm using google admob unity plugin v3.18.0. with Unity 2018.4.0f1
The problem is, app getting crash after opening the app. I made test project for checking admob plugin.
I'm using this script GoogleMobileAdsDemoScript mentioned here:
I noticed that, there isn't issue inside editor. no errors in console and all logs I can see there while playing the scene.
but problem is with Android platform.
I tested on Android device Red mi Y2.
Here is screenshot for logs:
Can you tell where's the problem? Is there something I missed to set up?
After imported the plugin,
1) I resolved dependencies from Assets/Play Service Resolver
2) I also added test IDs at GoogleMobileAdsSettings located at Assets/Google Mobile Ads/Settings
3) I added GoogleMobileAdsDemoScript on Camera game object then build the scene

