How to fix NSUserTrackingUsageDescription error

How to fix NSUserTrackingUsageDescription error

146

If you've received following error

Your app contains NSUserTrackingUsageDescription, indicating that it may request permission to track users. To submit for review, update your App Privew

When you tried to add your app for review in apple store, here is how you can fix it.

  1. Go to App Privacy section.
  2. Click on Usage Data edit button.
  3. Check Developer's Advertising or Marketing
  4. Click Yes, we use advertising data for tracking purposes.
  5. Click publish.

Note:

You must make sure that you have following line in your info.plist file

<key>NSUserTrackingUsageDescription</key>
    <string>This identifier will be used to deliver personalized ads to you.</string>

If you're using AdMob, don't forget to add SKAdNetworkItems and its identifiers array which can be found here.

- Last updated 2 months ago

Be the first to leave a comment.

You must login to leave a comment