Published my App, can find it using my desktop browser, but not through the Android device

StackOverflow https://stackoverflow.com/questions/23273251

  •  09-07-2023
  •  | 
  •  

I have published my App on the google play store. I waited the next day and try to find it by using the PlayStore App on my android device. But it did not show up, so I tried my second android device and the same problem can not search for it on the App Store using the PlayStore App.

However, if I search for it using a browser on my desktop I can find it straight away. The App is called Busby Flashlight.

https://play.google.com/store/apps/details?id=com.ssd.candlelight

I am new to publishing so I don't know everything. But I would like to know why I can search for it and find it in a desktop browser but not on my Android device using the PlayStore App?

I have these permission in my manifest:

   <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
    <uses-permission android:name="android.permission.VIBRATE"/>
    <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.FLASHLIGHT" />

And the App minimum SDK is Gingerbread 2.3.3

Many thanks for any suggestions,

有帮助吗?

解决方案

You should check your device filtering on the play store. I went to the google play link and it shows your app incompatible with all of my devices.

其他提示

you can try to see the compatible devices settings or check if you meet the OS version requirements. If your device does not meet these requirements, the app will not be visible in Google Play on that device.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top