App Resources and Containers Flashcards
• Identify where app resources and containers are stored on devices. • Identify where app data is stored in iOS and iPadOS, and what happens to that data when an app is deleted from a device. • Back up and restore device configuration and related data using Apple Configurator.
Identify where app resources and containers are stored on devices.
macOS: /Library/Containers. There is a folder for each app. I believe the purpose is to isolate the apps from the system for security reasons. The resources folder can be accessed by control clicking an app > show package contents > contents > Resources. Path: Macintosh HD/Applications/APPNAME/Contents/Resources
iOS ??
Source: https://apple.stackexchange.com/questions/290310/whats-the-purpose-of-library-containers#:~:text=~%2FLibrary%2FContainers%20contain%20the,from%20the%20Mac%20App%20Store.
Identify where app data is stored in iOS and iPadOS, and what happens to that data when an app is deleted from a device.
Not sure. Each app stores its own data in a sanboxed container. But you can delete data or view app data storage in Settings > General > iPhone Storage > App Name > Documents & Data
The data is deleted when you delete the app. You can restore the App data from a backup if you have one.