DestinyItemManager / iOS

The Unlicense
3 stars 2 forks source link

Handle downloading files #24

Closed bhollis closed 1 year ago

bhollis commented 1 year ago

This handles downloading files from the app (backups, CSVs, etc) by showing a Share Sheet which allows you to send them to Files or share them elsewhere. I did this by downloading to a temporary directory then sharing from there. I could've just downloaded to your Downloads folder but this felt closer to what the browser does by default. Sad that we have to do this all manually.

Fixes #18