2

I have implemented deeplinks in my application. The deeplinks are opening in Xcode 11.3 and iOS 11/12/13, but it is not opening in Xcode 10.2.1. When the UIApplication.shared.open(url, options: [:]) method is invoked, then it redirects to the Appdelegate method in case of Xcode 11.3 and successfully the deeplink is opened, but in case of Xcode 10.2 this appDelegate method is not being invoked.:

func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool { }

PS: I tried the option on this link, but it didn't work for me.

Samarth Kejriwal
  • 1,168
  • 2
  • 15
  • 30

0 Answers0