Access files from one application from another application on ios

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.

+5
source share
5 answers

Apple

+1

. , .

+5

"" iOS, , , API-.

+2

, .

However, if you have both applications or you know the developer of another application, you can always use some kind of cloud storage, but this can defeat what you ask this question.

+2
source

Perhaps you could combine the functionality of all the individual applications in one application. Each of them should be accessible from the main menu.

+2
source

All Articles