What's the equivalent of app delegate file for apple watch app?
问题 I want to set the initial view controller for the watch app base on different type of notification received on the watch. But I don't know where's to set it. This is the answer for an iOS app Multiple entry points to a storyboard 回答1: watchOS 2 WKExtensionDelegate is the equivalent of the app delegate, where you can: respond to actionable notifications and manage Handoff transitions. You also use the delegate to respond to life-cycle events, such as the activation and deactivation of your app