出版商的 Android 市场搜索坏了?

标签 android

许多应用程序刚刚崩溃,也许谷歌改变了什么? http://developer.android.com/guide/publishing/publishing.html 处的文档说是

  <URI_prefix>search?q=pub:<publisher_name>

应该可以工作,并且一直工作到最近。还有其他人对此有疑问吗?使用市场://链接?它没有找到结果,我也尝试过其他出版商。是不是我的 Google Play 应用有问题,或者这会影响到每个人吗? 也许他们破坏了某些东西并转移到了 Google Play?

谢谢

最佳答案

更新:文档似乎是 fixed现在。 感谢@Meh 在他的评论中指出这一点。

To create the link, you need to know your publisher name, which is available from the Developer Console.

From a web site:

http://play.google.com/store/search?q=pub:

来自 安卓应用:

market://search?q=pub:<publisher_name>

这是一个例子:

https://play.google.com/store/search?q=pub:Google Inc.

有关如何在 Android 应用程序中发送链接的详细信息,请参阅 Linking from an Android App .

上一个答案:

我找到了造成您麻烦的原因。当专门使用发布者名称时,它现在需要区分大小写。例如,这有效:http://play.google.com/store/search?q=pub:Zynga

但这不是:http://play.google.com/store/search?q=pub:zynga

但是,如果您只是一般地搜索 zynga,即使您的搜索字词全部小写,它仍然有效。 http://play.google.com/store/search?q=zynga

现在的行为是如此不一致。我会说这是一个错误(或者如果不是错误,这种古怪的行为至少应该在文档中得到澄清)。

关于出版商的 Android 市场搜索坏了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10694568/

相关文章:

java - Firebase Firestore : Returning NullPointer Exception when accessing data

android - 在 Android 中播放音频太慢

android - 如何获取对应于整个屏幕的屏幕坐标,而不是触摸的 View ?

android - 如何解析结果[JSONArray]?

java - mobileapplication.mobileevent BACK_BUTTON_PRESSED

android按钮文本和html

android - 具有 Viewmodel 的 Android 上的 Headless Activity

java - 单击按钮后,应用程序已停止,它必须从 listview id 获取

android - 使用 Firemonkey/Delphi 打开 Android 26 PDF 文件时出现异常

android - 如何将文件选择器库添加到 Android 应用程序