Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 IOS 9 Google AdMob Tracking

I wrote my app in Xcode 6 with IOS 8 and Google AdMob, which was working correctly. Now in Xcode 7 I'm getting the message from Google in Log that Advertising tracking may be disabled. To get test ads on this device, enable advertising tracking. Maybe it's because of -canOpenURL error?(-canOpenURL: failed for URL: "kindle://home" - error: "This app is not allowed to query for scheme kindle")

like image 639
Fominykh Maxim Avatar asked Sep 22 '15 15:09

Fominykh Maxim


People also ask

Does Google AdMob work on iOS?

Stay organized with collections Save and categorize content based on your preferences. This quickstart guide is for publishers and developers who want to use AdMob to monetize an app that's built with Firebase.

Does AdMob use tracking?

AdMob offers three ways to track Android app conversions: App installs (from Google Play) allows you to track when customers who clicked your ad download your app from the Google Play store. Conversions are tracked automatically from Google Play, and you don't need to add a tracking snippet to your app code.

How do I add AdMob to iOS app?

In future, if you already have an app on the App Store, you can let AdMob retrieve your app information. Set the app name to GoogleAdMobDemo and choose iOS for the platform option. Click Add to proceed to the next step. AdMob will then generate an App ID for the app.

Does Google AdMob collect data?

To improve the performance of AdMob, the Google Mobile Ads SDK may collect certain information from apps, including: IP address, which may be used to estimate the general location of a device. Non-user related crash logs, which may be used to diagnose problems and improve the SDK.


1 Answers

This message will come up if you have limited ad tracking in your settings. On your device, check that Limit Ad Tracking is not enabled:

  • Settings -> Privacy -> Advertising
like image 144
Mischinab Avatar answered Oct 16 '22 22:10

Mischinab