android app published, but not found in google play(android 应用程序已发布,但在 google play 中找不到)
问题描述
我于 2014 年 4 月 14 日在 Playstore 上发布了我的应用程序.但是我在playstore上没有找到.当我尝试以下解决方案来找到它时.https://play.google.com/store/apps/details?id=yourpackagename应用程序的状态是已发布"和正在生产"
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=yourpackagename and status of app is "published" and "in Prod"
推荐答案
由于您的应用程序已经发布,您的包名可能不正确.
You may have incorrect package name as your application is already published.
包名在你的 android manifest 文件中定义为 -
The package name is defined in your android manifest file as -
package="yourpackagename"
确保对于您的应用程序,它被定义为--
Make sure that for your application, it is defined as--
package="vn.pp.block.minion"
那么你可以使用---
https://play.google.com/store/apps/details?id=vn.pp.block.minion
更新:
如果你在google play store用它来查找你的应用包名时,如果确认后仍然相信你的应用包名是正确的,那么就使用下面的 --
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 Android 开发者疑难解答.
更新:
如果问题排查人员也无法提供帮助,那么您可以直接让他们知道您的问题来寻求帮助.只需转到以下链接注册问题--
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 --
应用程序丢失.
如前所述,
支持团队将在 2 个工作日内通过电子邮件回复.
Support Team will reply by email within 2 business days.
祝你好运!
这篇关于android 应用程序已发布,但在 google play 中找不到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:android 应用程序已发布,但在 google play 中找不到


- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- UITextView 内容插图 2022-01-01
- URL编码Swift iOS 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01