I’m creating an app for my university project. My app is functioning as I’d like it to on the web preview but not on the mobile testing app.
The user can upload a photo or file from their device and view it using the web viewer, again this works fine on the web preview tester. However in the app I’m getting a NSPOSIXErrorDomain and a NSURLErrorDomain error.
I should add that it works once, so the first photo or file is viewable in the web viewer. If the a second photo or file is selected from the list then I get the error.
I have tried a few things to remedy this, I’ve updated the testing app, I’ve updated my phone, I have tried using a different database type (I’m currently using a local database) but this broke functionality.
I’ve tried to research this error and it seems to be related to permissions and access? But I’m stuck on how to remedy this and if it’s a me problem or a thinkable problem.
Hopefully someone can help, I’ve included two screenshots of the errors.
Thanks,
Hattie