App not visible on Play Store(应用在 Play 商店中不可见)
问题描述
我几天前发布了我的应用程序.第一天,一切正常,但从那时起,该应用就无法在 Play Store 应用中搜索到.它仍然可以通过 http://play.google.com/store 进行搜索.什么可能是罪魁祸首,我该如何解决?
I published my app a few days ago. On the first day, everything was normal, but since then, the app could not be searched on the Play Store app. It IS still searchable through http://play.google.com/store. What could be the culprit and how can I fix it?
我尝试过的:
- 删除 Play 商店应用的缓存
- 在不同 Android 版本的多台设备上试用
What I have tried:
- Deleting Play Store app's cache
- Tried on multiple devices with different Android versions
更多信息:
- 开发者控制台中的状态显示已发布"
- 直接链接有效
More info:
- The STATUS in the Developer Console says "Published"
- Direct link works
无法在 Play 商店应用中找到
Could not be found on Play Store app
推荐答案
原来是谷歌的搜索索引有问题.我将应用程序重命名为其他名称,等了几个小时,直到新名称被编入索引,然后又改回原来的名称.像魅力一样工作.
Turns out that there's a problem with Google's search indexing. I renamed the app to something else, waited a couple of hours until the new name gets indexed, and changed back to the original name. Works like charm.
这篇关于应用在 Play 商店中不可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:应用在 Play 商店中不可见
基础教程推荐
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
