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: docs/ios/deep-linking.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ For example, the URL `myscheme://FAQID` (where FAQID is the publish ID of an FAQ
59
59
60
60
To handle the custom URLs in your iOS app, make sure first that your app's Info.plist supports the custom URL scheme that you've provided in the FAQs. [More information](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app)
61
61
62
-
You will then need to implement,`application:openURL:sourceApplication:annotation:` in your app delegate, to handle and take the required action. For example:
62
+
You will then need to implement,`application:openURL:sourceApplication:annotation:` in your app delegate, to handle and take the required action. For example -
0 commit comments