BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
287 stars 101 forks source link

iOS 12 Safari browser - Branch latest JS SyntaxError #821

Closed stephendavid closed 1 year ago

stephendavid commented 1 year ago

Describe the bug

When loading branch URL from Safari IOS 12 version, we are facing syntax error from branch library js file.

Steps to reproduce

  1. Create branch URL through API V1 with custom data.
  2. Load the URL on iOS 12 Safari browser
  3. Developer tool - Console screen we can able see the error due to this we couldn't able to get branch data the

Expected Behavior

It should return the custom data attachment with the URL

Additional Information/Context

No response

SDK version used (window.branch.sdk)

Latest

Environment

iOS 12 Safari

JagadeeshKaricherla-branch commented 1 year ago

@stephendavid can you post a screenshot of the error ?

JagadeeshKaricherla-branch commented 1 year ago

Fixed in 2.67.0 release