CKContainer.DefaultContainer Property

Definition

Returns a CKContainer specific to this particular app (in contrast to FromIdentifier(String)).

public static CloudKit.CKContainer DefaultContainer { [Foundation.Export("defaultContainer")] get; }
member this.DefaultContainer : CloudKit.CKContainer

Property Value

Attributes

Remarks

This method always returns a valid container, even if the developer has not configured the container via the CloudKit Dashboard. Most storage use-cases require the developer to have configured the container, though.

Applies to