vandadnp/iOS-8-Swift-Programming-Cookbook

xtensionContext!.openURL open app but does not call -(BOOL) application:(UIApplication *)application handleOpenURL:(NSURL *)url

fbartolom opened this issue · 0 comments

I implemented your solution for providing bus information in the today extension. All works quite fine in the Swift part, but for the completion handler for widgetPerformUpdateWithCompletionHandler to be called immediately while handing the table the old way that seem to leave empty rows while loading. Otherwise the method is called just once usually too early.
Yet when I click a cell and call openUrl, the main app is correctly opened but method handleOpenUrl is not called and so the app opens as it would without the extension.