Post

Replies

Boosts

Views

Activity

Get app clip XCode url
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 - https://developer.apple.com/documentation/app_clips/responding_to_invocations#overview on scene(_:willConnectTo:options:) like this:         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
2
0
1.1k
Jan ’21