Skip to content

GAD Application Identifier

The Google Mobile Ad's App ID will be provided by Ringier Advertising. Add this App ID to your Info.plist file:

xml
<key>GADApplicationIdentifier</key>
<string>YOUR_ADMOB_APP_ID</string>

SKAdNetwork Items

You can customize and manage the SKAdNetwork identifiers for your app by starting with the list from Google's documentation.

  • Always keep the list updated by monitoring official documentation and any console messages about missing SKAdNetwork IDs during development.

Add the identifiers to your Info.plist file:

xml
<key>SKAdNetworkItems</key>
<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>cstr6suwn9.skadnetwork</string>
    </dict>
    <!-- More items, follow the link above -->
</array>

WARNING

The SKAdNetwork identifiers list may change over time. Please refer to the official documentation for the most up-to-date list. If you see a warning or error message in the console about missing SKAdNetwork identifiers while running your project, this indicates that you might need to update the identifiers in your Info.plist.

Official Documentation

Documentation