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 中找不到
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01