Hi,
I'm working for download/upload files like image, docs and video in Xamarin.Forms IOS. I use PCLStorage from Nuget. My question is that how can I access the filepath like this:
this path is on my emulator in Mac:
/Users/mac-name/Library/Developer/CoreSimulator/Devices/138067AE-00A4-4B9B-BCDA-15133F13A/data/Containers/Data/Application/850D57E6-50AD-40D0-A5E3-30745C21/Documents/../Library/ImageTest
I've see the image save in this path in imac folder.
this path is in my iphone:
/var/mobile/Containers/Data/Application/9B119CB1-47AD-49B9-80B3-7228D52C/Documents/../Library/ImageTest
I want also to see this in folder files/ or File Manager in Iphone like android.
If anyone of you guys who already tried this or any best way to fix my issue please give some advice.
Thanks in advance!