The main objective of my application is to download pdf, html, doc etc file types from server and read it.

Now the requirement is , the files i have downloaded should be accessible by other reader applications that are already installed in the device. So how to allow my filesystem to be read by other applications?

Is there any possibility of storing filesystem in common location or outside sandbox, which will not be deleted when the user uninstall or delete the application from the device? The reason behind this question is that, the user should not loose his contents once downloaded, the user might read the downloaded files using other reader applicatiion that is already installed in his device.

Thanks in advance,

Shatthi

link|improve this question

46% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, you can't. The sandbox is there for a reason.

link|improve this answer
1  
is it possible to allow other applications to read my pdf and doc files? – shatthi Feb 21 at 7:18
In a sense no, but if the app supports opening specific file types you can allow the user to open the file in this application via developer.apple.com/library/ios/#documentation/FileManagement/… – jrtc27 Feb 21 at 18:41
Thanks for sharing useful link!!! – shatthi Feb 22 at 5:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.