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 ?
Asked
Active
Viewed 170 times
0
-
Was my answer helpful to you? – Marcus Feb 21 '15 at 17:28
-
yes i marked your answer – user2597622 Feb 22 '15 at 13:14
1 Answers
1
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.