Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just added an App using the Developer Console and got the green tick for "published". But when I search Google Play Store (Android Market), I do not find my App. Does anyone know how long it takes until I find it?

share|improve this question
have you tried searching for your name(or the developer name) and see if it shows up then? – Kieran Sep 15 '11 at 18:09

closed as off topic by Robert Harvey Jun 11 '12 at 16:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 17 down vote accepted

It generally takes a few (5-30) minutes. In some cases the app has shown up almost immediately, other apps have taken a while longer, but I've never had an app take longer than 30 minutes.

How long it takes before the app starts showing up in search results is another beast entirely.

share|improve this answer
4  
took 1:10 in my case – stoefln Nov 8 '11 at 21:59
±1 hours in my case, for updating information of the app. – user942821 Jul 7 '12 at 4:26
2  
It takes much longer now these days (Oct 2012) – Edison Oct 10 '12 at 23:13

Ugh, it's been about an hour so far since I published my app.

One tip that helped me in determining if my app was published or not was knowing what the URL looked like to access the app in the market, because Google won't tell you how to reach it from the Developer Console. This is the format https://play.google.com/store/apps/details?id=app.package.name where app.package.name is your application package.

share|improve this answer
still better than a few weeks with the iOS App store :D – slayton Nov 6 '12 at 19:42

Not the answer you're looking for? Browse other questions tagged or ask your own question.