Contents

alertLocalizationKey

The key that identifies the localized text for the alert body.

Declaration

var alertLocalizationKey: String? { get }

Discussion

When the system delivers a push notification to your app, it gets the text for the alert body by looking up the specified key in your app’s Localizable.strings file. CloudKit ignores the value in alertBody if you set this property.

See Also

Accessing the Notification Info