android 应用已发布,但在 google play 中未找到
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23108684/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
android app published, but not found in google play
提问by ssPerman01
I published my app at 14-04-2014 on playstore. But I didn't find it on playstore. And when I tried following solution to find that. https://play.google.com/store/apps/details?id=yourpackagenameand status of app is "published" and "in Prod"
我于 14-04-2014 在 Playstore 上发布了我的应用程序。但是我在playstore上没找到。当我尝试按照解决方案找到它时。 https://play.google.com/store/apps/details?id=yourpackagename和应用程序的状态是“已发布”和“正在生产”
回答by My God
You may have incorrect package name as your application is already published.
由于您的应用程序已经发布,您的包名称可能不正确。
The package name is defined in your android manifest file as -
包名称在您的 android 清单文件中定义为 -
package="yourpackagename"
Make sure that for your application, it is defined as--
确保对于您的应用程序,它被定义为——
package="vn.pp.block.minion"
Then you can use ---
然后你可以使用---
https://play.google.com/store/apps/details?id=vn.pp.block.minion
https://play.google.com/store/apps/details?id=vn.pp.block.minion
UPDATE:
更新:
If after confirmation you still believe that your application package name is correct when you use it to find at google play store then just use the following --
如果在确认后您仍然认为您的应用程序包名称在您使用它在 google play 商店中查找时是正确的,那么只需使用以下内容——
Google Play Android Developer TroubleShooter.
UPDATE:
更新:
If the troubleshooter can't help either then you can directly take help by letting them know about your issue. Just go to the below link to register the issue --
如果疑难解答也无法提供帮助,那么您可以通过让他们知道您的问题来直接寻求帮助。只需转到以下链接即可注册问题-
As mentioned,
如前所述,
Support Team will reply by email within 2 business days.
支持团队将在 2 个工作日内通过电子邮件回复。
Good Luck!
祝你好运!
回答by Revan siddappa
After submitting an app to the Play store, an app isn't shown instantly in play store. It will take around max 24 hours to update in the play store, sometimes it will update soon like within an hour. So we have to check after some time like 2 or 3 hours it will update.
将应用程序提交到 Play 商店后,应用程序不会立即显示在 Play 商店中。在 Play 商店中更新最多需要 24 小时,有时它会在一个小时内更新。因此,我们必须在 2 或 3 小时后检查它是否会更新。
A reason for the delay:After submitting our apps, google play store authority verifies our app. So, this can take time for that. Google Play Store authority verify our app file for malware or adware file. So, for the sake of users, they take time for that.
延迟的一个原因:提交我们的应用程序后,google play 商店权限验证我们的应用程序。因此,这可能需要时间。Google Play 商店授权验证我们的应用程序文件中是否存在恶意软件或广告软件文件。所以,为了用户,他们需要时间。
Solution:
解决方案:
1)In addition to the time it takes for app updates to fully process, the Google Play app itself also caches app information, so maybe we seeing a cached version of your Google Play store.
1)除了完全处理应用更新所需的时间外,Google Play 应用本身也会缓存应用信息,因此我们可能会看到您的 Google Play 商店的缓存版本。
Here's a trick to force Google Play to fetch the latest version of your app. Go to phone's settings and cleared the play stores cache. The Google Play app's cache should now be reset. Try finding your app again and see if it shows the latest version.
这是强制 Google Play 获取您应用的最新版本的技巧。转到手机的设置并清除 Play 商店缓存。现在应该重置 Google Play 应用程序的缓存。再次尝试查找您的应用,看看它是否显示最新版本。
We can also take help from Google team: here is link for that
我们也可以向 Google 团队寻求帮助:这里是链接
https://support.google.com/googleplay/android-developer/troubleshooter/3055329?hl=en
https://support.google.com/googleplay/android-developer/troubleshooter/3055329?hl=en
2)A final solution, Publishing the App with new version code and name.
2)最终解决方案,使用新版本代码和名称发布应用程序。
回答by Ashwin Nirmale
Without good number of downloads, the app won't be visible for its search terms or even its full name. However you can directly access the app by its unique URL at any time. Unique URL will be
如果没有足够的下载量,应用程序的搜索词甚至全名都将不可见。但是,您可以随时通过其唯一 URL 直接访问该应用程序。唯一网址将是
"https://play.google.com/store/apps/details?id="+packageName
"https://play.google.com/store/apps/details?id="+packageName
回答by jianhui
Follow these steps -
按着这些次序 -
Replace 'packagename' with your package's name in the URL https://play.google.com/store/apps/details?id=packagename
Now download from this linkand install it
Then comment your app on the Play Store, then search again, and you will find it this time.
将“packagename”替换为 URL https://play.google.com/store/apps/details?id=packagename中的包名称
现在从此链接下载并安装它
然后在 Play 商店评论你的应用,然后再次搜索,这次你会找到它。
Good Luck!
祝你好运!
回答by MTZ4
I had the same problem and nothing of the above or from the trouble shooter fixed it.
我遇到了同样的问题,上述问题或故障排除程序都没有修复它。
The problem seemed to be because of the chrome history, since i clicked the link before 24H passed and after it the link still didn't work.
问题似乎是因为 chrome 历史,因为我在 24 小时过去之前点击了链接,之后链接仍然无效。
Login in incognito window or clean your history and try again.
登录隐身窗口或清除您的历史记录,然后重试。
回答by pstorli
Another possibility is that the device you are trying to download the app to doesn't meet that apps hardware requirements.
另一种可能性是您尝试将应用下载到的设备不满足该应用的硬件要求。
http://developer.android.com/distribute/essentials/quality/tablets.html#hardware-requirements
http://developer.android.com/distribute/essentials/quality/tablets.html#hardware-requirements