Msgun
Msgun

Reputation: 172

Why is my app totally hidden from Google play store app search results

I'm having trouble searching for my app on the Google play store app from my phone. My app, which can be found on this link is totally hidden from search results.

I uploaded my app to Google play store on October 29, with the title: Widget Launcher. Until October 30, I was not able to see it in the search results, of the play store app, when I search for it by app title. But I was able to see it in search results when I search it by putting the title inside quotes.

On October 30, I changed its title to: Smart Widget Launcher. After that I couldn't see it in search results even by putting the updated title inside quotes. But I could still see it after searching with "Widget Launcher" (old app title inside quotes). I have made sure that the updated app name is stated multiple times inside the app description, and the Google play console stated that the update is live.

The weird thing is, as can be seen on the attached image, I could find it by searching with the updated title (Smart Widget Launcher) on the store, from inside the Firefox app. What am I missing?

App search result on play store website, from inside Firefox app

Upvotes: 2

Views: 1329

Answers (2)

Msgun
Msgun

Reputation: 172

For others facing similar issue, as this guide explains, one of the reasons this may happen is setting a feature or permission asked as android:required="true" by default.

To determine an application's feature compatibility with a given user's device, Google Play compares: features required by the application — an application declares features in <uses-feature> elements in its manifest, with features available on the device, in hardware or software — a device reports the features it supports as read-only system properties.

By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.

As is explained here, The required attribute of the <uses-feature> needs to be set to false, if a specific feature is not required for your app to run. And Google Store will show your app to a device that doesn't support that feature.

Upvotes: 0

Gratien Asimbahwe
Gratien Asimbahwe

Reputation: 1614

After publish, there is time for dispatch. And after any update there is time for your changes to be effective. And visible on Google Play. The only thing you may have missed is patience. And that's what I may recommend you.

Upvotes: 1

Related Questions