tomitank / cordova-plugin-admob-tomitank

Cordova AdMob Plugin
https://ratson.github.io/cordova-plugin-admob-free
MIT License
12 stars 4 forks source link

Update Admob SDK #17

Closed martijnmichel closed 3 years ago

martijnmichel commented 3 years ago

Some of your iOS apps require a GMA SDK update To keep ads serving normally and minimize a loss in ad revenue, implement the GMA SDK 7.64.0 (or later) for your iOS apps. And configure the SKAdNetwork in your apps with Google's network ID.

Some apps haven't been configured to use Apple's SKAdNetwork To ensure you're getting credit for all ads activity, like app installs, be sure to configure SKAdNetwork with Google's network IDs.

I saw you've updated the sdk in the repo, when can we use it?

vincom-dev commented 3 years ago

i interesed too .

tomitank commented 3 years ago

@martijnmichel You can use it now. You need to add the following to config.xml for iOS:

        <config-file platform="ios" target="*-Info.plist" parent="SKAdNetworkItems">
              <array>
                <dict>
                    <key>SKAdNetworkIdentifier</key>
                    <string>cstr6suwn9.skadnetwork</string>
                </dict>
            </array>
        </config-file>