Skip to main content
Version: 6.0.0

Data Points Collected

Finotes framework automatically collects multiple data points inorder to help developers get indepth information on the issues reported.

Finotes iOS 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.


<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

Information on the SIM of the device
DataBlackList key:simData Details like number of sim slots, whether voice call is supported, if the sim is capable of sending SMS are collected.

Information collected from the iOS CTTelephonyNetworkInfo API
DataBlackList key:carrierData

Type of network available in the device
DataBlackList key:networkData

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