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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,12 @@ Add the openURL and continueUserActivity functions
76
76
77
77
#### Add the branch_key to your plist
78
78
79
-
Add a String entry branch_key with your branch key to your plist (as described [here](https://dev.branch.io/recipes/add_the_sdk/ios/#add-your-branch-key))
79
+
Add a String entry branch_key with your branch key to your plist (as described [here](https://dev.branch.io/references/ios_sdk/#add-your-branch-key-to-your-project))
80
80
81
-
#### Configure for Universal Links (optional but strongly recommended)
81
+
#### Register a URI Scheme for Direct Deep Linking (Optional but Recommended)
82
82
83
-
Please follow the [instructions](https://dev.branch.io/recipes/add_the_sdk/ios/#configure-for-universal-links)
83
+
Please follow these instructions [here](https://dev.branch.io/references/ios_sdk/#register-a-uri-scheme-direct-deep-linking-optional-but-recommended)
84
+
85
+
#### Configure for Universal Links
86
+
87
+
Please follow the [instructions](https://dev.branch.io/references/ios_sdk/#support-universal-linking-ios-9)
0 commit comments