Is this possible?
Using local run and custom action I have saved an image to the iOS Files app folder and stored its location in a Firestore collection field. The saved file location is this:
/var/mobile/Containers/Data/Application/9086D1AB-085A-4789-A9F9-8286C1DC0EB3/Documents/Images/testimg.png
I have another custom action to read it from this location and pass it as as an imagePath to an image widget but it will not display. It gives an error like 'no host specified in URI file:///var/mobile etc.'
I also noted the string between Application and Documents changes between test runs when run in local run mode.