Sub App for Consumers

We have an app that collect data from merchants to help them recover abandoned shopping carts. We want to create an app for consumers to see their abandoned carts in a mobile app and be able to make an offer to purchase the cart from the app.

The data between the apps is the same and the main app is a multi-tenant application for multiple e-commerce merchants.

I am not sure if a subapp is the right way to go (the data is common) or a new app that connects to the other via api

Save yourself the headache and go for sub apps. Connecting two apps isn’t the best experience and has its limitations

1 Like

100% on this one with @nocodeventure :+1:

1 Like

That was my original thinking - we have to connect to our own app and that would be duplicating what we are already doing.

Going to give the subapp the old college try!