问题描述
我于 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"
那么你可以使用---
更新:
如果你在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 --
更新:
如果问题排查人员也无法提供帮助,那么您可以直接让他们知道您的问题来寻求帮助.只需转到以下链接注册问题--
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 中找不到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!