ios - Saving file in a different location in iphone -


i unable save file different folder(outside app) since have retrieve data after application uninstalled.i have data file after installing application.the file getting deleted application.please me solve issue..

not possible. ios apps sandboxed. cannot write outside app sandbox.

for security reasons, ios places each app (including preferences , data) in sandbox @ install time. sandbox set of fine-grained controls limit app’s access files, preferences, network resources, hardware, , on. part of sandboxing process, system installs each app in own sandbox directory, acts home app , data.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -