Is it possible to have multiple App Clips?

Say I want to build an app clip for my curbside pickup feature.

Is it possible to have another app clip for an unrelated in-store experience?

I can build both targets and run them just fine in Xcode, but when it comes to publishing, is this a possibility?
Hi,


as soon as you archive the app for app store distribution Xcode errors with:

App contains multiple App Clips. It can only have one.

so it seems not possible, to have multiple app clips in the same app.

I guess you can have multiple entry points into the same AppClip though, by handling the receiving url?


Is it possible to have multiple App Clips?
 
 
Q