Sandbox (sandbox)

Source: Internet
Author: User

each iOS app has its own app sandbox, which is the file system directory, isolated from other apps ' file systems,and theiOS system doesn't allow access to the app sandbox for other apps. Access is already open in iOS8.
The application sandbox typically includes the following file directories: Application packages,documents,libaray(below Caches and Preferences directories),tmp. 1. Documents: Apple recommends that the file data that is created in the program or browsed in the program be kept in this directory, which is included in itunes Backup and restore. 2,libaray/caches: Store cache files,iTunes will not back up this directory, this directory files will not be deleted in the app exit. General storage volume is relatively large, not particularly important resources. 3.libaray/preferences: Save all your app's preferences,iOS Settings The app will find the app's settings in that directory, andiTunes will automatically back it up. 4. tmp: Save the temporary data required for the application to run, and then delete the corresponding files from the directory when you have finished using them. When the app is not running, the system may also clear files in that directory, andiTunes will not sync the directory. when the iphone restarts , the files in that directory are lost.

Sandbox (sandbox)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.