I tried integrating heyzap sdk with my cordova app. But after adding this plugin app is crashing on launch.
After debugging the issue found that getting error "The Google Mobile Ads SDK was initialized incorrectly." in log. To fix this need to add following in AndroidManifest.xml.
<meta-data
android:name="com.google.android.gms.ads.AD_MANAGER_APP"
android:value="true"/>
Please update plugin.xml to provision above change.
I tried integrating heyzap sdk with my cordova app. But after adding this plugin app is crashing on launch.
After debugging the issue found that getting error "The Google Mobile Ads SDK was initialized incorrectly." in log. To fix this need to add following in AndroidManifest.xml. <meta-data android:name="com.google.android.gms.ads.AD_MANAGER_APP" android:value="true"/>
Please update plugin.xml to provision above change.
Reference : https://developers.google.com/ad-manager/mobile-ads-sdk/android/quick-start#update_your_androidmanifestxml