Post

Replies

Boosts

Views

Activity

App Clip Invocation and App Invocation.
We have an existing UIKit app which we want to setup an App Clip for. I've gone ahead and successfully created an App Clip using the SwiftUI and tested it using the debug env variable 'XCAppClipURL', I've also witnessed it working with the card using Local Experience settings on my device through settings. My question is how can I test the invocation on the App itself? I want to test it because although the functionality of the app clip and the app are going to be the same, the implementations differ, with the App Clip using swiftUI and the App using UIKit. In my app delegate I have setup the following method: func application( application: UIApplication,            continue userActivity: NSUserActivity,            restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool Any help greatly appreciated.
6
0
1.9k
Sep ’20