Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Update README.md #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Since version 7.42 of the Google AdMob Mobile Ads SDK for iOS, you must add the
</config-file>
```

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 `<platform name="ios">` section:

```xml
<config-file parent="GADIsAdManagerApp" platform="ios" target="*-Info.plist">
<true />
</config-file>
```

Note that `cordova plugin add [GIT_URL]` is not supported.

## Usage
Expand Down