App Tracking Transparency

Hello everybody,

In App Store Connect App Privacy I can’t proceed and click Publish if I select No to the question when it asks me about device ID being used for tracking purposes. But if I select Yes , my app gets refused because it says my app contains NSUserTrackingUsageDescription (I have no idea why and where), indicating that I have to request permission to track users.
So it means that my app tracks the users and I must implement App Tracking Transparency and request permission before collecting data used to track.

Thus my question is: how should I request permission from the users? There was a third party component called “Permission Manager”, which could help but it is not supported any more and I can’t install it.
OR: how can I delete NSUserTrackingUsageDescription from the code of my app, so that I can choose NO to the question when it asks me about device ID being used for tracking purposes.

Any expirience? Ideas?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.