Analytics, Crash and Exception Reporting Opt-Out

Regarding the new Unity Analytics service and if the user opts-out using:

AnalyticsService.Instance.OptOut();

Does that completely stop the app from sending any type of data?
Including analytics, crashes, exceptions and other bits I might not be aware of?

If that is not the case, how do you let the user opt-out from sending crash reports?

Hi Arkuni,

The code you’ve shown stops all Analytics from Unity Analytics. This is only for data that applies to Unity Analytics. As for the other reporting you’ve mentioned (crashes, exceptions), are you referring to Cloud Diagnostics? There is some more information on the data privacy of that service here (Data Privacy) and here (PIPL).

Let me know if you have further questions!

Best,
Randy