Search Unity

Do I need to use User Tracking if I use Admob?

Discussion in 'General Discussion' started by swifter14, Nov 11, 2021.

  1. swifter14

    swifter14

    Joined:
    Mar 2, 2017
    Posts:
    165
    I added the App Tracking Transparency dialog in my code to ask users if they allow tracking.
    My app was rejected in the App Store Connect -

    > Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users.

    But now I'm not sure if I really need to use tracking?
    I simply use the default Unity Admob to show ads, and have only one app, so I don't need to collect data?

    I have no idea what type of ads Admob shows the users (personalized/not personalized)
    I assumed that everyone who uses Admob should show that User Tracking permission for ios14+, but do I really? Why do I need to collect data?