-
Notifications
You must be signed in to change notification settings - Fork 13
Integration in iOS Files app #98
Comments
Hi @tobihagemann , did you check this? |
Not yet, I wanted to look into it tomorrow. Thank you for reporting the issue! |
I'm not exactly sure why it crashes because it happens before it hits Cryptomator code. But I noticed this in the log while debugging:
I think that the Files app tries to open the document picker in all modes (including open/move) even though Cryptomator only supports import/export, as clearly defined in the document picker's <key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>UIDocumentPickerModes</key>
<array>
<string>UIDocumentPickerModeImport</string>
<string>UIDocumentPickerModeExportToService</string>
</array>
...
</dict>
...
</dict> If that's the case, I'm surprised that Cryptomator even shows up as a supported location in the Files app. I'll classify this as an upstream bug for now but obviously implementing #13 is getting a higher priority now. |
Note that, cryptomator can be loaded in other apps to atach a file. Eg, if i open slack app and want to attach a file, the Files app open and i can select and open cryptomator inside Files app without any problem. I only have detected this problem when i open Files app directy and then criptomator. best, |
Hi, any news on this? |
Looking forward to having Cryptomator support in iOS11 Files app. Any ETA or update? Thx! |
I'm currently trying to use Cryptomator in combination with iA Writer. The app shows up in the sources but that's about it. Sadly, this is currently preventing me from using it on the go :( |
I am having the same issue, with the following apps: IA Writer, Pretext, and Textor. A lack of this workflow makes Cryptomator App sadly not work for me. This makes the Vaults Read Only for iOS and completely blocks me from any editing. |
is there any indication, by when this will be fixed? |
To be sure, I repeat that here: It effectively renders Cryptomator useless on iOS 11. Only with this File Provider, users are able to save things encrypted into the configured Cloud storage. I want to use all my content over the Cryptomator File Provider … And: Please add some “Buy me a coffee” IAP!!! |
@tobihagemann , any news on this? Sounds like cryptomator development is abandoned.. |
It's a tremendous effort for us to integrate Cryptomator into the Files app. As I've mentioned, Cryptomator shouldn't have been visible inside the Files app in the first place and I'm sorry that this set a false expectation. Cryptomator currently supports the import/export operations of the document picker but not open/move. Cryptomator development is not abandoned. We just don't have the Files integration on our current roadmap. We will update this issue when we have news. |
I guess it's time to update this issue. Files app integration won't be part of this app anymore because we created a new app instead: https://github.com/cryptomator/ios TestFlight for the new app is available here: https://testflight.apple.com/join/WMtYSrzD |
I'm using iOS in version: 11
I'm running Cryptomator in version: 1.2.6
Description
Cryptomator don't open inside new ios Files app and crashes.
The text was updated successfully, but these errors were encountered: