Reputation: 1
I have tried googl_mobile_ads and admob_flutter. Both SDK Crashes App. Is there someone facing the same issue
Upvotes: 0
Views: 51
Reputation: 2825
Did you add your application id to the AndroidMainfest.xml
?
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-..."/>
Follow this official tutorial:
https://codelabs.developers.google.com/codelabs/admob-ads-in-flutter/
Upvotes: 1