无法在 Google Play 上找到应用程序(移动和平板设备)

Unable to find application on Google Play (Mobile and Tablet devices)

最近我在 2016 年 6 月 24 日更新了我的一个 android 应用程序。在此之前它一切正常并且符合预期。我能够在包括手机、平板电脑和网络平台在内的所有设备上搜索应用程序。

我2016年6月24日更新后的2-3天也很顺利。但是昨天我发现应用程序在手机和平​​板电脑上搜索不到,但是我可以在网络平台上搜索同一个应用程序。

我仔细检查了 mainfest 配置,它与此无关,因为我在 mainfest 中遵循代码以支持所有设备,并且应用程序不需要设备的任何强制性功能来过滤手机或平板电脑。 (Mainfest 在上次更新中没有更改,所以 Mainfest 配置不是问题

<supports-screens
    android:resizeable="true"
    android:smallScreens="true"
    android:normalScreens="true"
    android:largeScreens="true"
    android:xlargeScreens="true"
    android:anyDensity="true" />

奇怪的是我可以在网络平台上搜索它,它显示“与您的设备兼容”,当我点击安装时它会安装在我的手机上设备通过网络。 (完全没有错误或警告)

我发现的另一件奇怪的事情是,当我转到移动应用商店的 我的应用程序 部分时,应用程序就在列表中,点击它就会打开。它只是没有被搜索到。

我的应用程序现在可以在移动设备和平板电脑设备上搜索。
不知道实际问题是什么,我更改了应用程序中的一些代码并更新了生产中的 APK。

现在可以在所有设备上搜索了,我昨天更新了APK,从今天开始可以搜索了。

所以花了一天时间才搜索到。可能 Google 搜索索引存在问题,但仍不确定是什么问题。

已确认 Google 端存在一些问题。这是我今天收到的电子邮件,

Thanks for contacting Google Play Developer Support and checking in on this issue.

I appreciate your patience while our team investigates the behavior you experienced.

I checked in with our team and they’ve recently made some changes that should fix the problem. With the recent set of changes, please check to see if you’re still experiencing the same issue.

我与开发人员支持进行了交谈,并通过屏幕截图解释了问题,他们昨天回复说他们的消息

Hi,

Thanks for clarifying.

I’ve documented your issue and escalated it to our technical team for further investigation. Our team is working to resolve this issue for you as soon as possible.

I appreciate your patience and I’ll let you know the moment I have an update.

If you have any other questions in the meantime, please let me know.

今天,我有一个问题在没有更新应用程序的情况下得到解决

他们有的问题,我们的应用没有问题