I have registered the following URL as an advanced App Clip experience:
Taking advantage of URL Prefix Matching per the documentation on https://developer.apple.com/documentation/app_clips/configuring_your_app_clip_s_launch_experience, I should be able to use the following URL:
The only difference is the addition of two more parameters that I handle for setting up the UI. However, when I create a QR code for this second URL and scan it, I am taken to the caesars.com website in Safari instead of the App Clip as if the invocation fails.
I have done some testing with other URLs as well and found that regardless if I register the more-specific or less-specific URL, only the exact URL that is registered will launch the App Clip. In other words, the URL prefix matching is not working. I had no problems during pre-release testing with Test Flight builds; however, since going live, the more-specific URLs are not working via URL prefix matching as expected.
Please look into this issue and advise on how to resolve.
Code Block https://mobileapp.caesars.com/appclips/findmyroom?destination=las_vegas&property=clv
Taking advantage of URL Prefix Matching per the documentation on https://developer.apple.com/documentation/app_clips/configuring_your_app_clip_s_launch_experience, I should be able to use the following URL:
Code Block https://mobileapp.caesars.com/appclips/findmyroom?destination=las_vegas&property=clv&wing=JT&room=865
The only difference is the addition of two more parameters that I handle for setting up the UI. However, when I create a QR code for this second URL and scan it, I am taken to the caesars.com website in Safari instead of the App Clip as if the invocation fails.
I have done some testing with other URLs as well and found that regardless if I register the more-specific or less-specific URL, only the exact URL that is registered will launch the App Clip. In other words, the URL prefix matching is not working. I had no problems during pre-release testing with Test Flight builds; however, since going live, the more-specific URLs are not working via URL prefix matching as expected.
Please look into this issue and advise on how to resolve.