Display iPhone local notification in Apple Watch
I'm trying to display local notifications in Apple Watch. The implementation is done but I don't know how to pass local notifications to Apple Watch. How can I do this? If your iOS app supports local or remote notifications, Apple Watch displays those notifications at appropriate times. iOS it self decide to pass the notification to Apple Watch or show on iPhone, As you said the implementation is done so let the iOS handle it. and at this time you have to do nothing to pass it to Watch you can see the Apple documentation for more clarification. You can see here iOS takes care of notifications.