iOS sandbox path

Source: Internet
Author: User
The primary path of the sandbox
  • Documents
    • Need to save files or data generated by the application itself , for example: game progress, drawing of graffiti software
    • Files in the directory are automatically saved in ICloud
    • Note: Do not save files downloaded from the network, otherwise you will not be able to shelves!
  • Caches
    • Save temporary files for later use , for example: Cached pictures, offline data (map data)
    • The system does not clean up files in the cache directory
    • a cleanup solution for the cache directory must be provided when program development is required
  • Tmp
    • Save temporary files that you do not need to use later
    • Files in the TMP directory, the system will automatically clean up
    • Restart your phone and the TMP directory will be emptied
    • System also cleans up automatically when the system is running out of disk space
  • Preferences
    • User preferences, use NSUserDefault Direct Read and write!
    • Before iOS8, if you want data to be written to disk in a timely manner, you also need to call a synchronous methodsynchronize

iOS sandbox path

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.