2

I made an android app and published it about two days ago. When I search for the game in Google play store, the game doesn't appear unless I remove the space between the name of the app. for example.. if I write 'racing horse' the app doesn't appear but if I write 'racinghorse' the app appears. Why is that? also the its says app "in prod" for the status of the app in Google developer console.

Has the app been published? How do I fix the spacing issue?

user3500239
  • 31
  • 1
  • 1
  • 6
  • This question appears to be off-topic because it is about Google's publication process. Talk to them –  Apr 08 '14 at 01:45

3 Answers3

0

"in prod" means that your application is in the process of being published on the app store and will get published in a few hours. Everytime you update your app the same will appear.

However, the space between the name issue is something unheard of and please contact Google for the same.

ChiggyB
  • 105
  • 2
  • 8
0

I think name space is not the issue from that side. Check your app name in strings.xml in values folder. If it is racinghorse then change it according to your requirement.

Kanwaljit Singh
  • 4,339
  • 2
  • 18
  • 21
0

I'm experiencing the same problem. I contacted Google and they told me to search using quotations, e.g. "racing horse".

Like you, my strings.xml is correct. Using the Amazon App Store the app can be found as normal as two words without the need for quotations. Perhaps try Amazon too; see how your app displays there.

M.

Mateus
  • 357
  • 1
  • 4
  • 14