Setting up didReceiveApplicationContext

Hey guys,


where to best place the didReceiveApplicationContext method of the WatchConnectivity framework? In the keynote they said it's important to set it up very early in the lifecycle of your app in order to provide the best user experience. Put the case that we've three hierarchical view controllers and only the last two of them need the data which is to be transferred; where to best place the receiving method, then? Is it appropriate to put the receiving method in the implementation file of our second view controller or does it have to be right at the beginning of our app's lifecycle, thus placed in the implementation file of our first view controller? Or does it make even more sense to put the didReceiveApplicationContext method in the ExtensionDelegate of our watch extension? Thank you so much for your help!! 🙂


Kind regards,


Alex

Setting up didReceiveApplicationContext
 
 
Q