Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need permission for services like Fabric Crashlytics in iOS?

I have developed an app which has nice download figures, however when I look at App Statistics on iTunes Connect, I can see that it does crash a couple of times. I'd like to take that out by using a service like Fabric Crashlytics.

What I'm wondering though, and what I can't find a lot of info about, is whether I need to ask my users permission to do this? In the end of the day, the service does send data from their device to a server. Can I just do this in the background or do I need to ask for permission?

like image 382
Joris416 Avatar asked Jan 18 '16 13:01

Joris416


2 Answers

As per Crashlytics terms https://try.crashlytics.com/terms/

What information does Crashlytics collect from End Users?

The Services automatically collect certain information that does not personally identify End Users who access or use mobile applications that use the Services. This information includes, but is not limited to, device state information, unique device identifiers, device hardware and OS information, information relating to how an application functions, and the physical location of a device at the time of a crash.

like image 152
Vizllx Avatar answered Sep 18 '22 23:09

Vizllx


It is not mandatory, but you should ask your users to collect these datas. Here you can see how to do this.

Edit:

Go here to select the app you want to add the dialog to and then click on "Enable Privacy Prompt" in the top left corner.

like image 43
Orhun Mert Simsek Avatar answered Sep 19 '22 23:09

Orhun Mert Simsek