On ios
we need to set the 2 config values in the file Info.plist
Last active
February 3, 2021 16:57
-
-
Save bitflower/ccc2d10e998c1ee4d1b217557241f3bf to your computer and use it in GitHub Desktop.
App-specific file sharing (iOS and Android)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<key>UIFileSharingEnabled</key> | |
<true/> | |
<key>LSSupportsOpeningDocumentsInPlace</key> | |
<true/> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment