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
Post a Comment