Is it possible to add Flavors to the new version of an already published App?
If yes, suppose the following senario:
I have a published app in Play Store (e.g. com.example.android
). In the new version of the app I add (e.g. free
and paid
) Flavors. This addition changes the package name of the app to com.example.android.free
and com.example.android.paid
.
Suppose I publish only the com.example.android.free
Flavor.
What will the link to the Play store be like?
https://play.google.com/store/apps/details?id=com.android.example (as it already was) or it will be renamed to https://play.google.com/store/apps/details?id=com.android.example.free