Can I create two or more AppClips for the same App ?

For Example :

I have an App with bundle ID : "it.example.x" and an AppClip whit bundle ID : "it.example.x.clip1" and this associated domain : "appclips:mytest1.com", it works and allows the user to perform an operation.

Can I create another AppClip with another bundle ID like : "it.example.x.clip2" and another associated domain like "appclips:mytest2.com" ? that allows the user to perform a different operation with a different workflow ?

If it's possible, how should they be published on the app store?

Else, if it's not possible, what is the alternative way to give the user more different experience in only one AppClip ?
Answered by liazkam in 658923022
Unfortunately, no. You can only associate ONE app clip with each app.

The best way to workaround this is to make an App Clip that will present two different activities based on the incoming invocation URL.
Accepted Answer
Unfortunately, no. You can only associate ONE app clip with each app.

The best way to workaround this is to make an App Clip that will present two different activities based on the incoming invocation URL.
Apps can provide multiple App Clip experiences. From the App Clips technology landing page:

Some apps provide multiple experiences and App Clips can be configured to support each of them in a special way. For example, a restaurant app may support multiple restaurants. App Clips make it possible to create a unique experience for each restaurant through a single App Clip.

If this matches your need, see Creating App Clips for Businesses in the Designing a Great App Clip Experience section of the Apple Human Interface Guidelines, and the WWDC20 video Create App Clips for other businesses for more information.

—jasonag.
Can I create two or more AppClips for the same App ?
 
 
Q