Skip to content

Instantly share code, notes, and snippets.

@seenickcode
Created November 21, 2021 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seenickcode/5a846d9ff1ec507bc24a2b31a9cf9daf to your computer and use it in GitHub Desktop.
Save seenickcode/5a846d9ff1ec507bc24a2b31a9cf9daf to your computer and use it in GitHub Desktop.
ios/Runner/Info.plist Deep Linking Example. Add the following as a child to the root level <dict /> node...
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.manninglabs.steadycalendar</string>
</array>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment