I set up an advanced app clip experience to be triggered by a URL in the form
https://domain/pf
and I am actually expecting it to be triggered by a number of URLs in the form
https://domain/pf/[uuid]
The app clip is correctly triggered by the exact "https://domain/pf" URL but not by the "https://domain/pf/[uuid]" URLs. Since the first URL triggers the app clip, I assume my .well-known/apple-app-site-association is correctly configured.
According to the original WWDC video on app clips (1) and to the official documentation (2) one should be able to catch all sub-URLs for an app clip experience.
Does anyone have experience with this?
Thanks!
Alessandro
(1) https://developer.apple.com/videos/play/wwdc2020/10146/
(2) https://developer.apple.com/documentation/app_clips/configuring_your_app_clip_s_launch_experience