Hi Everyone,
We have a unique use case for our product. Our product solves multiple user personas (Sales, Support and Marketing). Listing a single app for all 3 user personas won’t be good. To improve discoverability and provide personalized experience assume we listed down 2 apps
- Marketing App
- Support App
So far it looks everything good. Whenever any of these app is installed behind scenes we will create an account in our product.
Example: james@shopify.com
Steps:
- Install Marketer App from Shopify Store
- Account Created on our product
- Access Token and Store meta stored on the product side.
Scenario 2: (james installing marketer and support app)
- Install Marketer App from Shopify Store
- Account Created on our product
- Access Token and Store meta stored on the product side.
- Now trying to install Support app, we don’t want the same customer to install multiple apps. Since he already installed the Marketer app the account is already created on the product side. Is there any way to link the similar apps and prevent multiple app installs on Shopify?
Typically, we don’t want the customer to install both apps. How do we prevent it?