I am setting up different app flavors for my Android app in order to generate different app versions for different app stores.
Now, I am wondering whether I should better use the same applicationId
for all stores, or whether I should always use a new applicationId
for a new store?
Will I run into any pitfalls when using the same applicationId
for all stores?