BranchMetrics / ios-branch-deep-linking-attribution

The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
https://help.branch.io/developers-hub/docs/ios-sdk-overview
MIT License
731 stars 228 forks source link

Request header details for receiving Branch SDK link custom iOS URI path #1409

Open shravanteegala opened 1 month ago

shravanteegala commented 1 month ago

Describe the bug

When i choose any branch deep link it navigates Open Url delegate method and receives branch io sending URI path along with parameters list (branch_referr and click_id) but how can i get request header details Branch SDK receives a link with this parameter set, it will automatically load the custom iOS URI path But how branch_referr and click_id interacts with Branch server .

Steps to reproduce

1 How i get based on getting Branch IO URI path request header details. 2. 3.

Expected behavior

presently getting Branch io parameters but i need URI request headers details.

SDK Version

1.43.1

XCode Version

13.4

Device

iPhone 13

OS

15.6.1

Additional Information/Context

No response