GADInvalidInitializationException: The Google Mobile Ads SDK was initialized incorrectly.


Include these in Info.plist file


<key>GADIsAdManagerApp</key>
<true/>
<key>GADApplicationIdentifier</key>
<string>REPLACE_YOUR_ADMOB_APP_ID</string>

Did you find this article useful?