Adds referrerURL automatically
Description
Context https://github.com/ueman/flutter_referrer_info/issues/2
Android already listens to ActivityLifecycleCallbacks so it'd be easier to add the referrerURL reading the intent Intent.EXTRA_REFERRER, Intent.EXTRA_REFERRER_NAME and or com.android.browser.application_id.
Prop $referrer, and $referring_domain
- [ ] Android
- [ ] iOS
- [ ] RN
- [ ] Flutter
@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 and this
We cannot make it automatic but we can provide a method that takes a NSUserActivity at least.
For SwiftUI, see this and friends
Also this https://developer.apple.com/documentation/storekit/skadnetwork
@marandaneto I'll be happy to take this one. Is it already assigned?
@marandaneto I'll be happy to take this one. Is it already assigned?
feel free to take it.