iOS SDK now supports autocapture
Ioannis, a newcomer to the changelog, has shipped autocapture for iOS (UIKit). This means PostHog now automatically captures a series of standard app events for you, such as:
Application Opened: When the app is opened from a closed state or when the app comes to the foreground (e.g. from the app switcher)
Application Backgrounded: When the app is sent to the background
Application Installed: When the app is installed
Application Updated: When the app is updated
$screen: When the user navigates (if using UIViewController)
$autocapture: When the user interacts with elements (if using UIKit)