I have implemented deep links into the app from the TopShelf, which work fine on Xcode Beta 3. When I compile the app using the GM version of Xcode it no longer works.
This
func application(application: UIApplication, openURL url: NSURL, sourceApplication: String?, annotation: AnyObject) -> Boolisn't called anymore?
Literally comiling on beta 3 works, compiling on the GM doesn't. Anyone else seeing this behaviour? Is it fixable?
Thanks