It sounds stupid, but this is my situation. I am living in switzerland and I have an productiv app distributed for USA only.

How can I check if the app is visible for USA Users in Google Play ?

  • My Android-devices in switzerland doesn't show the app in googlePlay. I guess because I am in switzerland. -> Makes sence
  • In GooglePlay I can't find my app. I guess because GooglePlay detects my location too. -> Makes sence.
  • When jump to GooglePlay with directlink https://play.google.com/store/apps/details?id= I can see the app, but its not compatible with any devices. -> I guess again, because of location detection.

So how can I be sure, that the app is visible outside of my country, say in USA ?

有帮助吗?

解决方案

The best answer is to use a proxy of some sort, a free one of Google might do the trick. Another thing you can do is to modify the url like so:

https://play.google.com/store/apps/details?id=org.prowl.torque&hl=en

versus

https://play.google.com/store/apps/details?id=org.prowl.torque&hl=ru

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top