I have developed the instant app experience for my android application, which extends support to bundle multiple features for a single app. With this support, I am able to split my application into multiple features and enable my users to benefit using different app features without installing them on their device.
But in iOS, I found from the documentation, there can only be one app clip for a single app which constraints to provide the same experience for iOS users as android users.
I would like to know if there is any way to have multiple app clips for a single app.