SkyLabs-Innovation-Group / SkyDrop

An app which makes Skynet's decentralised storage cloud accessible for all mobile users.
MIT License
12 stars 3 forks source link

Bugfix: save file button "Filename cannot be null" #279

Closed tomShoutTheSecond closed 1 year ago

tomShoutTheSecond commented 1 year ago

Save file was not really broken. It just looked broken because of a bad error message.

The file download now fails when the user has not set an API key. So here I have improved the error message.

I also noticed SecureStorage was throwing some exceptions on iOS when trying to set the API key, which was fixed by referencing the Entitlements.plist file in the iOS project file