【发布时间】:2016-11-03 12:13:34
【问题描述】:
是否可以在已发布的应用程序的新版本中添加风味?
如果是,假设以下情景:
我在 Play 商店中有一个已发布的应用程序(例如 com.example.android)。在新版本的应用程序中,我添加了(例如 free 和 paid)口味。此添加将应用程序的包名称更改为 com.example.android.free 和 com.example.android.paid。
假设我只发布了com.example.android.free Flavor。
Play 商店的链接是什么样的?
https://play.google.com/store/apps/details?id=com.android.example(因为它已经是) 或者它将被重命名为 https://play.google.com/store/apps/details?id=com.android.example.free
【问题讨论】:
标签: android google-play android-productflavors package-name