user2597622
user2597622

Reputation: 135

Upload Free App for specific countries

I published a paid App in Google play store, but i need the same App to be available free for specific countries, is this possible and how to do it ?

Upvotes: 0

Views: 189

Answers (1)

Marcus
Marcus

Reputation: 6717

If you are using Android Studio, you should have a look at application flavors. Here's a post that covers that topic.

In short, you create two different package names so that you can generate two different signed apk files to publish to Google Play. In your case, that would be your paid app and your free app. The country configuration would be done in the Google Play developer console, as you probably know.

This is the official documentation covering the subject.

Upvotes: 1

Related Questions