How to show notification in watch kit , where iPhone app is already showing the notifications
问题 I have an app which shows notification in iPhone. Now I am trying to show the same notification in WatchKit or in iWatch. So do I need to recopy all the functionalities I already did in ViewController and AppDelegate of iPhone app in Watchkit Extension or is there some common interface to notify the watch to show the notification, only UI I need to provide. 回答1: iOS will decide to send notification to apple watch or to iPhone. If your iPhone is active then notification will come to iPhone. If