snowplow / snowplow-ios-tracker

Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
http://snowplow.io
Apache License 2.0
81 stars 93 forks source link

Enable lifecycle autotracking by default (close #852) #871

Closed matus-tomlein closed 9 months ago

matus-tomlein commented 9 months ago

Issue #852

Up to the v5 version of the tracker, lifecycle autotracking is not enabled by default. However, lifecycle events are crucial to understand the usage of the app and user engagement. It is not possible to calculate screen time without knowing whether the app is in foreground or background.

As we are introducing screen engagement tracking in the v6 version which will be enabled by default, we should also enable lifecycle tracking by default.