From 4f2f1d250961050222f3c9275d1e3098d8cd0019 Mon Sep 17 00:00:00 2001 From: "Tzouvaras, Stilianos" Date: Thu, 12 Dec 2024 17:14:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f93921f..b463b85 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ It is the application's responsibility to retrieve the `code` query parameter fr ``` +Alternatively, you can use universal app links with associated domains [Apple Documentation](https://developer.apple.com/documentation/xcode/supporting-associated-domains) + Initialize the SDK in your AppDelegate by providing your configuration. ```swift