Hi,
I have the following scenarios in my app. I want to know whether I need to implement "App Tracking Transparency" or not.
1.My app collects app usage data (analytics data) and sends to 3rd party analytic server for understanding app flow/usage. This data is being used only by me & NOT by 3rd party.
- Collects crash details using Firebase crashlytics SDK and sends to firebase server and I check the crash logs to improve my app.
In my view, I don't have to implement "App tracking transparency" because my app doesn't track user's activity across other company's apps and websites. In fact I track user's activity but not across other apps or websites.
Can you please confirm ?
If I implement "App tracking transparency" to inform the user that app tracks user activity, the system message comes as part of the "app tracking transparency" to the user will be giving wrong message as "across other company's apps and websites", which is not correct in my scenario.
regards, Ajith