Trying to developing multiple apps in which I have a Main app. All other apps are kind of supportive ones.
Can we uninstall support apps if the Main app is uninstalled by user. If so, what changes would it require to do in all apps.
As I know using Action_DELETE
it will ask user's consent to uninstall the app but I want to uninstall without that.