Data Points Collected
Finotes framework automatically collects multiple data points inorder to help developers get indepth information on the issues reported.
Finotes watchOS framework collects and reports multiple data points along with each issue report. Starting from version 4.1.0, the framework allows developers to individually blacklist these data points. Using DataBlackList key in info.plist file, developers can prevent framework from collecting and sending these data points to the dashboard.
Info.plist file:
<key>DataBlackList</key>
<array>
<string>model</string>
<string>brand</string>
</array>
Below are the some of the data points collected by the framework and corresponding keys that can be used in info.plist file to blacklist each of the data points
Model of the device
DataBlackList key:model
Brand of the device
DataBlackList key:brand
Internal name of the OS version running in the device
DataBlackList key:osVersion
Current battery level of the device
DataBlackList key:batteryLevel
Elapsed time of the device since last reboot DataBlackList key:lastRebootTime
Current timezone offset of the device
DataBlackList key:timezoneOffset