Creating another app by country in the Play Store

I want my app to appear under different names and features in the Play Store depending on the country.

Tell us about Belgium and France, for example, where we both speak French.

In my apk it is very easy to localize the app with

French, Belgium (fr_BE)  
French, France (fr_FR) 
//Same would apply for US- New Zealand, US, UK, etc...

      

So I presented a different look and feel according to their respective flags and specifics, but the problem comes when it's time to post.

the app is localized as "MyCrazyApp.fr" in France and "MyAwesomeApp.be" in Belgium.

Is there a way for the Play Store to display a different screenshot and description in these two countries?

+3


source to share


1 answer


Yes, it is possible in the new developer console. There should be an orange Try New Design link in the upper right corner.

Usually your developer console will be here:

https://play.google.com/apps/publish/Home?dev_acc= ...



The new version is here:

https://play.google.com/apps/publish/v2/?dev_acc= ...

0


source







All Articles