We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693ef19 commit 6ab182fCopy full SHA for 6ab182f
IOS_INSTRUCTIONS.md
@@ -97,6 +97,7 @@ Add the following to your app's `Info.plist` (if you already had other URL Schem
97
<key>CFBundleURLSchemes</key>
98
<array>
99
<string>A_URL_SCHEME_UNIQUE_TO_YOUR_APP</string>
100
+ <!-- This url scheme doesn't contain :// at the end - E.G. "mycustomscheme"-->
101
</array>
102
</dict>
103
@@ -109,6 +110,7 @@ Add the following to your Share Extension's `Info.plist`:
109
110
<string>YOUR_APP_TARGET_BUNDLE_ID</string>
111
<key>HostAppURLScheme</key>
112
<string>YOUR_APP_URL_SCHEME_DEFINED_ABOVE</string>
113
+<!-- This url scheme CONTAINS :// at the end - E.G. "mycustomscheme://"-->
114
<key>NSExtension</key>
115
<dict>
116
<key>NSExtensionAttributes</key>
0 commit comments