Closed rohan-mehta closed 11 months ago
3.3.0
Set this in the iOS Info.plist:
<key>com.posthog.posthog.TRACK_APPLICATION_LIFECYCLE_EVENTS</key> <true/>
Then launch the app.
App lifecycle events should be logged - e.g. app open
No lifecycle events logged. Other events (e.g. identify, screen, captured events) work fine.
@rohan-mehta thanks for reporting this. For some reason, the key is com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS for iOS, I've fixed the readme file and example.
com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS
Version
3.3.0
Steps to Reproduce
Set this in the iOS Info.plist:
Then launch the app.
Expected Result
App lifecycle events should be logged - e.g. app open
Actual Result
No lifecycle events logged. Other events (e.g. identify, screen, captured events) work fine.