I'm looking to send data to my complication as part of a didReceiveRemoteNotification
to update the data displayed but there seems to be little documentation from Apple on how to setup the relationship between this and the complication itself.
When a ComplicationController
is created, am I supposed to create a WCSession
as well and begin listening for the delegate calls? I'm managed to place it into getPlaceholderTemplateForComplication
and this seems to work when the iOS application is running but not when the app has been killed (or no longer running).
I'm curious if anyone has a good guide for getting data to the watch as part of a remote JSON push notification when the iOS app is running or not.