From 53b29cd50536517aaf567b79370921ddc1fb0e2e Mon Sep 17 00:00:00 2001 From: rafaellop Date: Fri, 14 Jun 2019 17:14:08 +0200 Subject: [PATCH] Update README.md Add information about changes in the `Info.plist` required to serve ads properly on iOS platform as stated in the document: https://developers.google.com/ad-manager/mobile-ads-sdk/ios/quick-start --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 447d93cf..769ed20a 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,14 @@ Since version 7.42 of the Google AdMob Mobile Ads SDK for iOS, you must add the ``` +Also according to the new guidelines the GADIsAdManagerApp key must be set to True if you serve ads. You can modify the `Info.plist` file directly or use the `config.xml` to do it for you during build by adding the XML below to the `` section: + +```xml + + + +``` + Note that `cordova plugin add [GIT_URL]` is not supported. ## Usage