Skip to content

Disable Usage Analytic Tracking

jeremyosterhoudt edited this page Mar 15, 2018 · 4 revisions

Usage Analytics

The SDK collects some basic usage analytics by default. The analytics are collected anonymously and does not track user, device, application or any other type of identifiable information. It simply lets us know what features are in use so that we can better focus our efforts on the areas that matter most.

Opting Out

To opt-out simply add DisableAnonymousUsageAnalytics to your info.plist.

Authentication UI Image

Alternatively you can dynamically disable usage analytics by setting the DisableAnonymousUsageAnalytics key in NSUserDefaults or the settings bundle with a bool of true.