Goal
Understand iOS and iPadOS file storage structure and how data is stored, organized, and secured.
Video
Key points
-
The iOS and iPadOS file system contains two volumes.
-
The system volume contains the operating system and only system data can be written to this location.
-
The data volume contains user data. Information stored on the data volume is encrypted only when the device is protected with a passcode.
-
-
Using Shared iPad divides the data differently on a device, allowing multiple users to sign in to the same device by creating separate data volumes.
-
Apps exist within an app sandbox to prevent them from accessing or modifying the contents of other apps without permission from the user.
-
Information created and stored by an app during use is called app data.
-
App data might include the high score of a game or the contents of a document.
-
Some apps back up data to iCloud or another server.
-
Local app data is removed when an app is deleted. However, data may still exist in iCloud or a third-party server.
-
Review
To view answers, click arrow next to each question.
Resources
Jamf Pro Documentation
Apple Platform Security
Apple Platform Deployment