Skip to content

Commit 6ab182f

Browse files
authored
Update IOS_INSTRUCTIONS.md (#102)
1 parent 693ef19 commit 6ab182f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IOS_INSTRUCTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Add the following to your app's `Info.plist` (if you already had other URL Schem
9797
<key>CFBundleURLSchemes</key>
9898
<array>
9999
<string>A_URL_SCHEME_UNIQUE_TO_YOUR_APP</string>
100+
<!-- This url scheme doesn't contain :// at the end - E.G. "mycustomscheme"-->
100101
</array>
101102
</dict>
102103
</array>
@@ -109,6 +110,7 @@ Add the following to your Share Extension's `Info.plist`:
109110
<string>YOUR_APP_TARGET_BUNDLE_ID</string>
110111
<key>HostAppURLScheme</key>
111112
<string>YOUR_APP_URL_SCHEME_DEFINED_ABOVE</string>
113+
<!-- This url scheme CONTAINS :// at the end - E.G. "mycustomscheme://"-->
112114
<key>NSExtension</key>
113115
<dict>
114116
<key>NSExtensionAttributes</key>

0 commit comments

Comments
 (0)