sharedContainerIdentifier
The identifier for the shared container into which files in background URL sessions should be downloaded.
Declaration
var sharedContainerIdentifier: String? { get set }Discussion
To create a URL session for use by an app extension, set this property to a valid identifier for a container shared between the app extension and its containing app.
For information about app extensions, see App Extension Programming Guide.