-
Notifications
You must be signed in to change notification settings - Fork 1
Disable Usage Analytic Tracking
jeremyosterhoudt edited this page Mar 15, 2018
·
4 revisions
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.
To opt-out simply add DisableAnonymousUsageAnalytics
to your info.plist
.
Alternatively you can dynamically disable usage analytics by setting the DisableAnonymousUsageAnalytics
key in NSUserDefaults
or the settings bundle with a bool
of true
.
Getting Started Guides
Features
How-To Guides:
- Using Authentication API to Authenticate a User
- Using Online API to make Network Requests
- Using Time Serires API to Fetch Time Series Data
- Disable Usage Analytic tracking
API Documentation: