Difference between revisions of "/private/var/mobile/Applications"

From The iPhone Wiki
Jump to: navigation, search
(Apple documents the folder structure in a really better way than this page)
m
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Contains App Store applications. Preinstalled native, as well as Cydia apps, are installed in [[/Applications]].
+
This folder contains applications that were downloaded from the [[/Applications/AppStore.app|App Store]]. Preinstalled apps and [[Cydia Application|Cydia]] apps, are installed into [[/Applications]]. In [[iOS]] 8 and later, this folder was replaced with [[/private/var/mobile/Containers]].
   
 
== Children ==
 
== Children ==
  +
See also: ''Apple Developer Publications'', ''iOS Application Programming Guide'' available for free in the [[iBookStore]].
For each application, the following folder structure is created:
 
  +
=== Folders ===
  +
*{{ipfw|$uuid$}} (the [[wikipedia:Universally unique identifier|UUID]] of the application)
  +
=== Files ===
  +
(none)
   
  +
== Parents ==
''See also'': '''''Apple Developer Publications'', iOS Application Programming Guide''' available as a free download in the iBookStore.
 
  +
{{parent|private|var|mobile}}
 
===Folders===
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx]] (X's represent hexadecimal digits. Applications are sandboxed to this folder.)
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/yyyyy.app|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/yyyyy.app]] (Y's are replaced with the application's name. The contents of this folder are signed and checked at runtime.)
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents]] (Contents of this folder are backed up during a sync and may be accessed through iTunes File Sharing, if enabled in the <code>iTunesMetadata.plist</code>)
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library]] (Contents of this folder are backed up, with the exception of the <code>Caches</code> subfolder)
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tmp|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tmp]]
 
===Files===
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesArtwork|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesArtwork]] (Large icon used in iTunes; PNG, 515x515)
 
*[[/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist]]
 
 
==Parents==
 
*[[/]]
 
*[[/var]]
 
*[[/var/mobile]]
 

Latest revision as of 17:36, 26 June 2019

This folder contains applications that were downloaded from the App Store. Preinstalled apps and Cydia apps, are installed into /Applications. In iOS 8 and later, this folder was replaced with /private/var/mobile/Containers.

Children

See also: Apple Developer Publications, iOS Application Programming Guide available for free in the iBookStore.

Folders

Files

(none)

Parents

(root)/private/var/mobile