Skip to main content

Integrating Google Ads (if Required)

Integrating google mobile ads (if required)

Step 1

To integrate Google Mobile Ads, please ensure that you place the GoogleMobileAds.framework inside the "Frameworks, Libraries, and Embedded Content" section. Do not embed or sign it.

the framework will look like GoogleMobileAds.framework

You can find the the above framework here if it's not shared in frameworks zip

Given the example below, please note that other frameworks may vary from partner to partner

Step 2

Please add the below key to your info.plist

    <key>GADIsAdManagerApp</key>
    <string>YES</string>

FAQ:

  1. What happens if I didn't keep google mobile ads

The core won't be able to build

  1. What if I added google mobile ads framework but not the key in info.plist

The app will crash on lauch stating that GADIsAdManagerApp key is not there