You can have your app respond to the options in the notifications in the WKExtensionDelegate
method handleActionWithIdentifier(_:forRemoteNotification:)
. This can perform a network request which can in turn send another push notification, or you can schedule a local notification as a result of the network request. Check out the UILocalNotification
API
↧
Answer by Kyle Redfearn for Any way to give feedback on Interactive notification to Apple Watch?
↧