Publish same app multiple times

1.3k views Asked by At

I need to publish the same app multiple times with just some small differences (app name, app launcher icon, colors and images).

I will configure Gradle to have a different applicationIdSuffix for each buildTypes.

So the apps will have this kind of packages: "com.appname.app1", "com.appname.appB", "com.appname.app3", "com.appname.app1234", etc...

Is that allowed from the Google Play Store rules?

2

There are 2 answers

1
Sandeep Singh On

Yes. You can publish the apps by changing there package names.

3
Booger On

No, you cannot do what you are proposing. It is against the Play Store rules to do this.

If they determine you are doing this, your account could get banned, and there is precedence for this.

You really need to figure out how you can target multiple platforms with the same APK.

Here is the specific language from the page:

Spam and Placement in the Store Developers are important partners in maintaining a great user experience on Google Play.

Do not post repetitive content.