Saturday, May 18, 2024
HomeiOS Developmentios - No AppDelegate perform being referred to as after tapping Common...

ios – No AppDelegate perform being referred to as after tapping Common Hyperlink


When tapping a Common Hyperlink, it is opening my app, however not one of the App Delegate capabilities I’ve carried out are being referred to as:

    func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) {
        print("name 1")
    }
    
    func utility(_ utility: UIApplication, proceed userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
        print("name 2")
    }
    
    func scene(_ scene: UIScene, proceed userActivity: NSUserActivity) {
        print("name 3")
    }
    
    func scene(_ scene: UIScene, willConnectTo session: UISceneSession, choices connectionOptions: UIScene.ConnectionOptions) {
        print("name 4")
    }

Am I doing one thing improper? I’ve gone by dozens of tutorials and reread the Apple documentation a number of occasions. I’ve verified that my AASA file is sweet.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments