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?
Some more research led me to the conclusion that using the same
applicationId(as proposed by oemel09) is the best option (at least in my case).applicationIdcan't be installed on one phone.)App signing by Google Playyou won't be able to use the same certificate anyway.)