cannot override delegate functions,
didFinishLaunchingWithOptions and other functions related to app delegates are fine but when i tried to use application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool
got the warning below and even after running an app it's not invoked.