Hello everybody.
I added in XCode as parameter XCAppClipURL to my url which is added also in associated domains as
appclips:example.com
I followed the instructions presented here on scene(_:willConnectTo:options:) like this:
And then placed the code provided for respondTo.
However, when going with the debugger I couldn't get to the end of the code because some parameters are null.
What am I doing wrong when trying to open the scene?
Thank you
I added in XCode as parameter XCAppClipURL to my url which is added also in associated domains as
appclips:example.com
I followed the instructions presented here on scene(_:willConnectTo:options:) like this:
Code Block if let userActivity = scene.userActivity{ respondTo(userActivity) }
And then placed the code provided for respondTo.
However, when going with the debugger I couldn't get to the end of the code because some parameters are null.
What am I doing wrong when trying to open the scene?
Thank you