Skip to content

iOS (Swift) SDK 4.5.0

Latest
Compare
Choose a tag to compare
@Kameleoon Kameleoon released this 11 Sep 11:08

Features

  • Enhanced logging:
  • Enhanced tracking to consolidate multiple requests into a single one, combining visitor information and sending it once per interval.
  • Added a new variation of the flush(instant: Bool) with instant parameter. If the parameter's value is true the visitor's data is tracked instantly. Otherwise, the visitor's data will be tracked with next tracking interval. Default value of the parameter is false.
  • Added new configuration parameter trackingIntervalMillisecond (tracking_interval_millisecond) to KameleoonClientConfig and the configuration file, which is used to set interval for tracking requests. Default value is 1000 milliseconds.