flutter-appodeal icon indicating copy to clipboard operation
flutter-appodeal copied to clipboard

NSUserTrackingUsageDescription data collection

Open erperejildo opened this issue 3 years ago • 1 comments

After this to my Info.plist (suggested here: https://wiki.appodeal.com/en/ios/get-started/data-protection/app-tracking-transparency):

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

I'm getting this message from Apple:

Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. To update this information on your app's product page, you must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect.

I added alsoAppTrackingTransparency.framework.

So Apple needs more information about what I am collecting: Screenshot 2021-11-20 at 16 58 49

What should I mark there? (location, user content...) What about if I don't want to track any kind of information? Is this mandatory? Because the user has the option to decline: Screenshot 2021-11-20 at 17 59 13

Also why using Appodeal.requestConsentAuthorization(); if the app is going to display something like this? https://miro.medium.com/max/608/1*sbPGcqYB3Xiy3iAuJEt4Rw.png

erperejildo avatar Nov 20 '21 16:11 erperejildo

More info: https://santoshbotre01.medium.com/ios-14-5-data-usage-and-user-tracking-in-depth-understanding-f68c573117f

erperejildo avatar Nov 20 '21 16:11 erperejildo