No access to selected images via image picker plugin in iOS

Hello guys

I wrote a code which selects an image from the gallery and both shows it locally as an tag and uploads its base64 form to the server.

It works totally fine in android platform but there are issues in iOS.

there are two things:
1- I get the path which is something like "file:///var/mobile/Containers/Data/Application/[some string]/tmp/[a name].jpg"
2- and tags are already configured to allow "file"s

I appreciate any helpful guide