Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analytics in iOS App - Request user consent

I'm debating whether to include (Google) analytics in my iOS app. Obviously I would like the analytics data, but my concern is whether to simple advise the user that data is being collected, or to specifically request their consent.

Is specific consent required, or can one simple inform the user via a loading page or website privacy policy page? Apple has a rule on consent, but does this necessarily translate into displaying a dialogue box with a Agree/Disagree buttons?

Thanks!

like image 950
TinoK Avatar asked Oct 20 '22 05:10

TinoK


1 Answers

As I understand this, you can add information about data collection to a privacy policy, of course if you didn't collect some specific information. If it's just user activity in the app I think you can leave it in the policy.

Moreover, not so long ago, Apple made privacy policy a required thing. Add info about data collection there and if someone is curious enough to read it will know about it.

You can also read this question about this topic: Can I use Google Analytics to sort out the statistics of my iOS App?

like image 117
Dima Deplov Avatar answered Oct 29 '22 18:10

Dima Deplov