App not showing up in android market place/google play(应用程序未显示在 android 市场/google play 中)
问题描述
我大约 3 小时前在 android 市场上发布了一个应用程序,当我到达 https://play.google.com/store/apps/details?id=my.package.name 但它不会出现在搜索中.
I published an app to the android market about 3 hours ago and it shows up when I got to https://play.google.com/store/apps/details?id=my.package.name but it won't show up in the search.
另外,当我没有登录谷歌时,如果我去 https://play.google.com/store/apps/details?id=some.package.name&feature=more_from_developer 但是,如果我已登录,它将不会出现在该列表也可以.
Also, when I am not signed into google it will appear if I go to https://play.google.com/store/apps/details?id=some.package.name&feature=more_from_developer however if I am signed in it will not appear in that list either.
在这两种情况下,无论是否登录,如果我直接进入应用页面(https://play.google.com/store/apps/details?id=my.package.name )它会出现并说它与我的设备兼容.市场上发生了什么?这是正常行为吗?
In both cases, signed in or not, if I go to the apps page directly ( https://play.google.com/store/apps/details?id=my.package.name ) it will appear and say that it IS compatible with my device. What is going on in the market? Is this normal behavior?
推荐答案
我的一些应用也遇到过这种情况.似乎有一些缓存策略可以防止项目出现.
I also experienced this with some of my apps. It seems that there are some kinds of caching strategies in place that prevent the item from appearing.
再等几个小时,然后再次检查您的申请.只要市场表明该应用与您的设备兼容,就不会出现严重错误.
Just wait another couple of hours and check your application again. As long as the market says that the app is compatible with your device there shouldn't be a serious error.
这篇关于应用程序未显示在 android 市场/google play 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:应用程序未显示在 android 市场/google play 中
基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01