AMPBackgroundNotifier Class Reference
Inherits from | NSObject |
---|---|
Declared in | AMPBackgroundNotifier.h AMPBackgroundNotifier.m |
Overview
watchOS adds support for background notifications in watchOS 7.0 with WKExtension.applicationDidEnterBackgroundNotification
and related notifications. But since this SDK is backwards compatible with watchOS 3.0, these notifications are not available. Instead, the user
should implement the appropriate background methods on their Extension Delegate and call the AMPBackgroundNotifier
from those
methods.