Home > Back-end >  How upload the app for specific city in the Google Play Console?
How upload the app for specific city in the Google Play Console?

Time:12-16

I want upload app for specific city.

How can I restrict the app for specific city in the Google Play Console?

CodePudding user response:

actually you can't upload for a specific city. You can do it for a Country.

Maybe you can use solutions that "blocks" the app using the geoposition of the device

CodePudding user response:

In Play store, You can restrict for a country. But Not for a specific city or region. If this requirement is strictly needed, you can get the location permission from the user, then find the city based on coordinates. after that you can restrict the user.

  • Related