Google Mobile Ads SDK
Android
Google requires their app-ID to be declared in the manifest. Please follow these instructions. In order to get the Google app-ID for you app, either find it within your own AdMob or AdManager account or contact our support. Follow Google documentation to add your Google app-ID key to the Manifest file.
To add AndroidManifest
file enable Custom Gradle Properties Template
in Player Settings -> Settings for Android -> Publishing Settings.
iOS
Google Mobile Ads SDK requires publishers to add their Google app ID to the Info.plist file of their Xcode projects. Please find your Google app ID within your Google account or contact our support. Follow Google documentation to add your Google App ID to the Info.plist file.
You can define GADApplicationIdentifier
using AATKitSettings.
Last updated