Can we have shared storage on the iPhone available for other ios applications?
I am working on a single ios application that downloads updated files from the server. And there will be another application that uses these files. Therefore, for this, I want to save the downloaded files in a specific place. So that I can access these files from another application.
So the flow will be like that
Application1, which will download files from the server.
and
Application2 or Application3 ..... will use these files.
Do we have this type of sharing in iOS. Is this possible in iOS?
Thanks in advance.
source
share