Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Find App In Android Market

Tags:

android

So I published an App to the market, however, I can't find it through my phone and I can't find it through market.google.com. I tried using my title from my publish acct, and tried to use the package in my manifest neither worked.

Does it take a while?

like image 342
Jackie Avatar asked Oct 20 '11 01:10

Jackie


People also ask

Why can I not find an app in Play Store?

Fix issues with Play Store If you can't find the app in your list of all apps: Confirm you're using a supported Android or Chromebook device. You may have hidden the app and need to re-enable the app. Turn off your device and turn it on again.

Why are my installed apps not showing up?

This is because if the app hasn't been installed yet, it will not appear on the home screen. You can find the installed and uninstalled apps in App Gallery, where the pre-installed apps and the third-party ones are all be stored.

Where do I find installed apps on Android?

icon that's usually on the home screen or in the app drawer. Scroll down and tap Apps. This displays a list of apps on your phone or tablet. If you're using a Samsung Galaxy, you may have to tap Applications and/or Applications Manager to view the apps list.


3 Answers

It will take a couple of hours to show up on your device - provided the app is available for your device. Some possible filters that would prevent the app from showing up on the market in your phone would be the screen sizes that your application supports, as well as the OS version that is supported both on the device, and what was chosen for the app.

like image 128
coder Avatar answered Oct 22 '22 14:10

coder


It does indeed take a while. Make sure your app is shown as 'Published' to the right in your Android Market console. After some time you will be able to find it on market.google.com, and after some more time - on your device.

like image 4
dragonroot Avatar answered Oct 22 '22 13:10

dragonroot


In the developer console, click your app, and go the bottom where supported devices is. Make sure your device is listed. If not, try to find out what in your Manifest might be filtering out certain devices.

I have also discovered that some phones will not show apps that have copy protection turned on in the developer console.

like image 3
Tenfour04 Avatar answered Oct 22 '22 14:10

Tenfour04