BranchMetrics/ios-branch-deep-linking-attribution

Data method of Branch did not work when tracking_disabled is set to true.

Mahek94 opened this issue · 2 comments

Describe the bug

When I set tracking_disabled to true initialize branch (init method) and invoke branch.data to get the data from the generated deeplink link then, it did not return any data even if I pass data when I called link method.

Set tracking disabled to true:
Screenshot 2023-12-19 135320

Blank data:
Screenshot 2023-12-19 135222

Steps to reproduce

  1. Generate link with some data. Data can be anything like { name: 'XYZ' }
  2. Initialize the branch by passing tracking_disabled: true as an option to the init method.
  3. Call branch.data method for above generated link.

Expected behavior

Branch.data method should return data that I passed when generating a link.

SDK Version

2.53.2

XCode Version

Device

Dell laptop

OS

I have tested in windows 11.

Additional Information/Context

No response

This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.

This issue has been closed due to inactivity. If this issue is still relevant, please reopen it or create a new one. Thank you for your contributions.