I have an app lets call it AppA, and it hass 5 products on subscription.
And user has to create account and login to access the products they are subscribed to.
Now I want to separate one of the products into its own App, lets Say Product 3.
But I dont want the user to register or login again in the new product3 only App
is it possible for the New App to
1. Check existence of the Main App (AppA) - I will use PackageManager
2. Check if user subscribed to product 3 from the main app, then grant access to the user?
How can I achieve this?
And user has to create account and login to access the products they are subscribed to.
Now I want to separate one of the products into its own App, lets Say Product 3.
But I dont want the user to register or login again in the new product3 only App
is it possible for the New App to
1. Check existence of the Main App (AppA) - I will use PackageManager
2. Check if user subscribed to product 3 from the main app, then grant access to the user?
How can I achieve this?