CKContainer.ContainerIdentifier Property

Definition

The container's identifier, generally of the form "iCloud.{reverse DNS}.{app name}".

public virtual string ContainerIdentifier { [Foundation.Export("containerIdentifier")] get; }
member this.ContainerIdentifier : string

Property Value

This value should be unique and Apple suggests that it be of the form "iCloud.{reverse DNS}.{app name or name for group}" (for instance, "iCloud.com.mycompany.myapp"). It should be noted that multiple apps from a company may access a single container.

This value can be null.

Attributes

Applies to