CKContainer.ContainerIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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