Local Notification in WatchOS 3
问题 I'm using the WatchOS 3 beta and trying to initiate a local notification on the watch. The interface is just one button which calls the "buttonPushed" method in the code below. The app runs fine but I never get a notification. The app structure is the default from Xcode 8 for a WatchKit app. This code is in the InterfaceController.swift file of the WatchKit extension Am I missing something totally obvious? @IBAction func buttonPushed() { sendMyNotification() } func sendMyNotification(){ if