diff --git a/docs/admob/ios.md b/docs/admob/ios.md index 79ed78e5..23fb3124 100644 --- a/docs/admob/ios.md +++ b/docs/admob/ios.md @@ -22,3 +22,10 @@ It should look like this, but with your ID, not the sample ID used below: GADApplicationIdentifier ca-app-pub-3940256099942544~1458002511 ``` + +As of Google Mobile Ads SDK version 7.42.0 you will also need to declare that your app is an Ad Manager app by adding the GADIsAdManagerApp key with a boolean value YES. Failure to add add this results in a crash with the message: "The Google Mobile Ads SDK was initialized incorrectly." + +```xml + GADIsAdManagerApp + +```