App Clip Experience URL problem

Hello,

I'm trying to setup my App Clip Experience URL and the App Store Connect always gives me an error saying: "URL is not compatible with App Clip Codes"

I'm using the same format as mentioned on Apple docs and It's not working with multiple query items or multiple path components

// Works
- https://appclip.example.com/shop?p=123
- https://appclip.example.com/shop/local


// Does not work

// One path, multiple queries
- https://appclip.example.com/shop?p=123&p1=456&p2=789
// Multiple path, single query
- https://appclip.example.com/shop/local?p=123 

Does anyone know if this is supposed to work that way?

Thank you

Add a Comment