-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add option to activate native integration with appsflyer #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening the PR, I have some questions :)
example/pubspec.lock
Outdated
@@ -68,7 +68,7 @@ packages: | |||
path: ".." | |||
relative: true | |||
source: path | |||
version: "3.5.0" | |||
version: "3.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this update? it is required for app flyer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤓
android/build.gradle
Outdated
@@ -36,6 +36,7 @@ android { | |||
dependencies { | |||
implementation 'com.segment.analytics.android:analytics:4.10.0' | |||
implementation 'com.segment.analytics.android.integrations:amplitude:3.0.3' | |||
implementation 'com.appsflyer:segment-android-integration:+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please declare the version, it is not a good idea to have open versions because this may break in the future because of a release from them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for this
Objective: add a new parameter on
SegmentConfig
to allow integrating Segment with Appsflyer.Visual guide for Reviewers: