FAQ

1. What kind of data will datacollector collect?

Generally, datacollector collects data can be separated into two major groups:

  1. Application events: such as usr set home/work, save favorite places, or perform a search query, and so on
  2. Sensor events: such as gps data, accelerometer, gyroscope, gravity, and so on
3. Which iOS versions and architectures does datacollector support?

Currently, datacollector only supports iOS version from 11.0 and architectures: arm64, armv7 and x86_64

4. How can user subscribe to certain events in datacollector and receive notification?

You need to add subscriber via subscribe method of DataCollector client passing consumer name, event types and callBack. Then can you receive callbacks if the event ever occurs.

5. What is datasource, what is the relationship with datacollector?

Data Source is provided as an optional component as a kind of plugin for datacollector, its purpose is to facilitate the generation of data from various data sources such as iOS, etc.