You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, can you use the file picker to choose a file (from the iCloud Drive, On My iPad, etc), then edit that file and save the changes back? Much like you would do when opening a file on a desktop app.
My specific scenario: I store a json file with data for an app in a folder, on Windows I open that file and save changes directly to it. These files are usually stored on a folder that syncs with OneDrive or Google Drive. This way I don't need to store user data in cloud service my app manages and the user data stays private. I could write native CloudKit code in Maui, but I am hoping there is an easier route using the file picker and it works similar to Windows or MacOS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On iOS, can you use the file picker to choose a file (from the iCloud Drive, On My iPad, etc), then edit that file and save the changes back? Much like you would do when opening a file on a desktop app.
My specific scenario: I store a json file with data for an app in a folder, on Windows I open that file and save changes directly to it. These files are usually stored on a folder that syncs with OneDrive or Google Drive. This way I don't need to store user data in cloud service my app manages and the user data stays private. I could write native CloudKit code in Maui, but I am hoping there is an easier route using the file picker and it works similar to Windows or MacOS.
Beta Was this translation helpful? Give feedback.
All reactions