iOS Core Competencies-Section 1-Lesson 4 - iOS File Storage Structure Flashcards
What two volumes does the iOS file system hold?
The System volume which cannot be completely erased because it contains the OS and the User Volume.
What data can be written to the system volume?
Only iOS system data
When is user data encrypted and what volume is it stored on?
It is encrypted when protected with a passcode and user data is stored on the User Volume.
Where do 3rd party apps exist within iOS?
Within an App sandbox to prevent them modifying other app contents without permission.
When is App data created and stored
When an App is in use.
What data might an app include?
The high score of a game or the contents of a document
Where is App data stored?
With the app directory and potentially backed by cloud or other server.
What is deleted when an App is deleted?
Local App data, but may still exist in cloud or other server
Does using shared Ipad divide the data differently on an iOS device?
Yes
What happens when a student signs into a shared iPad?
Apps that support cloud storage syncs the app data in the background.
What happens to the other data on shared iPad?
It is cached locally on the iPad and if necessary continues to push to the cloud even after logout.
What needs to be set up so an Administrator can designate many users to one device
Shared iPad.
How is storage used on a shared iPad?
Local storage is divided to provide space for each user.
How is Shared iPad enabled?
Via mobile device management MDM such as Jamf Pro.
When is Shared iPad enabled?
During PreStage enrollment.