You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users on iOS 17.2.1 Safari Private Browsing are experiencing blocked connections to the Branch.io CDN, specifically to the URL https://cdn.branch.io/branch-latest.min.js. The browser is flagging this connection as it identifies it as a known tracker.
Probably the same issue as #538 and BranchMetrics/android-branch-deep-linking-attribution#920, adblockers blocking Branch because of tracking. As mentioned here, tracking being blocked is fine, but functionality like sharing links and such get blocked (and you can't fall back to using the web link when using the iOS/Android SDKs in native apps). Can reproduce this on Android using a tool like Adguard.
Describe the bug
Users on iOS 17.2.1 Safari Private Browsing are experiencing blocked connections to the Branch.io CDN, specifically to the URL https://cdn.branch.io/branch-latest.min.js. The browser is flagging this connection as it identifies it as a known tracker.
Steps to reproduce
Expected Behavior
The connection to the Branch.io CDN should not be blocked, and the script should load successfully in Safari Private Browsing mode.
Additional Information/Context
If not the tracking functionality, at least the core functionality should still be available, for redirects to still function.
SDK version used (
window.branch.sdk
)2.81.0 (Doesn't really matter though, this issue is not dependent on the SDK version)
Environment
Safari on iOS 17.2.1 (Private Browsing)
The text was updated successfully, but these errors were encountered: