What happens when I have app A install it in two accounts account-a and account-b?
Assume I am using account-a and start the App (it has a background process).
Now I switch to account-b and start that app under that account.
Questions:
- What happens to the App which was in account-a?
- Will account-a app's background service be killed when i switch to account-b?
- Will both account-a and account-b's background services be alive if i move from account-b to account-a ?