android 应用程序已发布,但在 google play 中找不到

android app published, but not found in google play(android 应用程序已发布,但在 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 中找不到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)