Hey,
I'm trying to add an App Clip on my application! I use
func scene(_ scene: UIScene, continue userActivity: NSUserActivity) {
in order to detect the link. However, this doesn't seem to get called the first time the App Clip is opened. The second time I launch it, it does get called and I'm able to display the appropriate information. I can verify this both by running the app through Xcode with the URL in the App Clip Scheme and also through TestFlgiht.
Moreover, I added
	<meta name="apple-itunes-app" content="app-id=1479244278, app-clip-bundle-id=com.Swipe4Fave.fave.Clip">
this to my website but the banner with App Clip doesn't show up on an iOS 14 device that doesn't have the app.