Manoel Aranda Neto
Manoel Aranda Neto
moving to draft since this is outdated
@dustinbyrne can we close this one now?
we are optimizing the screenshot snapshots with better encoding and some other things, closing this for now. we already send $lib, so also do not need to do anything else.
@thisames would you like to take this one?
On Android, there's also this option https://developer.android.com/google/play/installreferrer
On iOS, [this](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources) and [this](https://github.com/firebase/firebase-ios-sdk/blob/71d8e92d168333f79ee29a555d32fee086e66ca5/FirebaseAnalytics/Tests/SwiftUnit/AnalyticsAPITests.swift#L61-L62) We cannot make it automatic but we can provide a method that takes a `NSUserActivity` at least. For SwiftUI, see [this](https://developer.apple.com/documentation/swiftui/view/onopenurl(perform:)) and [friends](https://developer.apple.com/documentation/Xcode/allowing-apps-and-websites-to-link-to-your-content) Also this...
> @marandaneto I'll be happy to take this one. Is it already assigned? feel free to take it.
See this comment before implementing https://github.com/PostHog/posthog/issues/10659#issuecomment-2142256209
> Hi, can I take up this issue? I think adding the `is_identified` property to the `PostHog` class with a `get()` getter that checks if the `anonymousId` is equal to...
@beradeep good point and I don't disagree but this is a heuristics approach, this behavior may change hence implementing directly on `identify` and `reset` would be the correct approach without...