Skip to content

Commit 9cfbc18

Browse files
committed
Retrigger build
1 parent b99cf2f commit 9cfbc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ios/deep-linking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For example, the URL `myscheme://FAQID` (where FAQID is the publish ID of an FAQ
5959

6060
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)
6161

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 -
6363

6464
```objc
6565
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {

0 commit comments

Comments
 (0)