2
Die Methode 'scene (_: openURLContexts :)' wird nicht aufgerufen
In der Datei info.plist habe ich konfiguriert URL Identifierund URL Schemeerfolgreich. Außerdem kann ich die App über eine benutzerdefinierte URL öffnen. Das Problem ist, wenn die App die Methode zum ersten Mal startet func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) does not call. Ich habe einige abhängige Funktionen basierend auf …