I would like to know the solutions I remove all the track of user activity from the app but still give met this from the reviewer :
Thank you for your message.
It would be appropriate to refer to the available documentation to confirm App Tracking Transparency has been correctly implemented.
In particular, review the specifications for the requestTrackingAuthorization(completionHandler:) type method, make any necessary adjustments, and test your app on a device running the latest available operating system version.
Boost
Unwatched post
Share masmt question
Post
Replies
Boosts
Views
Activity
I would like to know the solutions I remove all the track of user activity from the app but still give met this from the reviewer :
Thank you for your message.
It would be appropriate to refer to the available documentation to confirm App Tracking Transparency has been correctly implemented.
In particular, review the specifications for the requestTrackingAuthorization(completionHandler:) type method, make any necessary adjustments, and test your app on a device running the latest available operating system version.
I don't track my thing but in the application code I use permissions ask from user and apple developer asked me to fix this
Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
The app privacy information provided in App Store Connect indicates the app collects data in order to track the user, including Physical Address. However, the app does not use App Tracking Transparency to request the user's permission before tracking their activity.
and I don't understand
I receive this from apple on review , what I suppose to change
Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
The app privacy information you provided in App Store Connect indicates you collect data in order to track the user, including Browsing History, Other Diagnostic Data, Crash Data, Performance Data, Name, Search History, Physical Address, Customer Support, and Other Data Types. However, you do not use App Tracking Transparency to request the user's permission before tracking their activity.
Apps need to receive the user’s permission through the AppTrackingTransparency framework before collecting data used to track them. This requirement protects the privacy of users.
Next Steps
Here are two ways to resolve this issue:
If you do not currently track, or decide to stop tracking, update your app privacy information in App Store Connect. You must have the Account Holder or Admin role to update app privacy information.
If you track users, you must implement App Tracking Transparency and request permission before collecting data used to track. When you resubmit, indicate in the Review Notes where the permission request is located.