-
Notifications
You must be signed in to change notification settings - Fork 27
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: Branch SDK Integration #239
feat: Branch SDK Integration #239
Conversation
Fixes: LEARNER-9787
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.
Looks good! But one favour, we are still using default_config, can you please add empty branch config fields as an example in current config.yaml files
Fixes: LEARNER-9787
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
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.
Some minor nits
Fixes: LEARNER-9787
9e41c51
<!-- Branch URI Scheme --> | ||
<intent-filter> | ||
<data | ||
android:host="open" |
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.
Should we move it to the config as well? 🤔
if (viewModel.isBranchEnabled) { | ||
if (intent?.getBooleanExtra(BRANCH_FORCE_NEW_SESSION, false) == true) { |
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.
How about combining these two into one `if'?
This PR adds the integration of the Branch SDK. The Branch SDK will be used for deep links.
Config
Reference