I've bene building a field auditing app for a commercial cleaning business. In my app the user can takes a photos of issues they find, these are then saved to the mobile_public disk, where they can be accessed via Storage::url() to display on the webpage. these are later uploaded to an S3 bucket.
This works flawlessly in my development environment on my iPad.
The issue I have is once the app is compiled and published to the ios app store the images do not appear and return 'failed to open stream: no such file or directory'
Yet they are working on an actual device in development?
no sure if I missing something obvious here.