iOS-8-Swift-Programming-Cookbook icon indicating copy to clipboard operation
iOS-8-Swift-Programming-Cookbook copied to clipboard

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

Open fbartolom opened this issue 10 years ago • 0 comments
trafficstars

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.

fbartolom avatar Jun 13 '15 16:06 fbartolom