Skip to content
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

prep 3.3.0 release #1354

Merged
merged 1 commit into from
Feb 20, 2024
Merged

prep 3.3.0 release #1354

merged 1 commit into from
Feb 20, 2024

Conversation

echo-branch
Copy link
Contributor

Reference

iOS SDK 3.3.0 release

Summary

Release iOS SDK 3.3.0 with a behavior change when opening a closed app with a link.

Motivation

SDK behavior change to fix a race condition when opening a closed app with a link. In some apps, this race condition could cause the occasional loss of link data.

When opening a closed app with a link, the Branch SDK will no longer attempt to merge the app open and link arrival lifecycle events. Apps will now get called on "app open" and on "link arrival", which are often very close together. If your app ignores callbacks with no link data, then this change should be transparent.

Type Of Change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Testing Instructions

cc @BranchMetrics/saas-sdk-devs for visibility.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e561653) 51.27% compared to head (16aae6a) 51.51%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1354      +/-   ##
==========================================
+ Coverage   51.27%   51.51%   +0.23%     
==========================================
  Files          66       66              
  Lines       10092    10092              
  Branches     3697     3698       +1     
==========================================
+ Hits         5175     5199      +24     
+ Misses       4654     4628      -26     
- Partials      263      265       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@echo-branch echo-branch merged commit 9eb07e2 into master Feb 20, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants