Reputation: 3322
I have two iPad apps, one which downloads data from a server and stores it on the iPad and another one (the main app) which uses the data later. (It would make sense to combine the two but it's a client requirement)
But I see no way to share the data between the two apps. I have heard there are ways to do it using:
But I cannot find any thing explaining how to use any of these effectively. Can anyone point me in the right direction.
Just to clarify:
So keeping these in mind which one would be the most suitable?
Upvotes: 1
Views: 4471
Reputation: 293
This link at github may be useful... Looks like someone has already made a file manager, using these elements you may be able to do what you are looking for. But as far as I know, your app is extremely sandboxed and does not really interact with other apps/the file system very much at all (Apple is very limiting that way)
EDIT
this post seems to have the explanations of local data sharing methods you were looking for. None of the methods in this post requires any connectivity, just a device and 2 apps :) Good luck!
Upvotes: 3