Let's assume the name of the app is "Alpha" and there are three apps for "Alpha".
- First (main app) => Name: "Alpha", bundle name: "com.alpha.customer"
- Second (delivery partner app) => Name: "Alpha Delivery Partner", bundle Name: "com.alpha.delivery"
- Third (rider app) => Name: "Alpha Rider", bundle Name: "com.alpha.rider"
Now what I have to do is when the user types "Alpha" on the play store then he/she is only able to view First (main app) only, not the other two apps (currently it shows all three apps).
And for the other two apps, they should only be visible when the user types the whole name of the app.