Android 应用程序已发布,但无法在 Play 商店中访问(或下载)

标签 android google-play google-play-console

我已经与 Playstore 的支持讨论了 4 个多月,因为我已经发布了一个应用程序,但是尽管它在 PlayStore 上,但无法安装它(或访问相关页面进行下载)。

支持人员建议我创建一个新的应用程序并重新发布它,我做到了,但现在我有两个相同的已发布应用程序存在相同的问题。

在 Google Play 控制台中,发布中没有报告任何错误,但下载数据当然为 0。

能否请您验证返回的错误,以便了解这是否是某人已经遇到的问题,以便找到解决方案?

这是发布的第二个应用程序的链接(与第一个应用程序相同,但名称不同): https://play.google.com/store/apps/details?id=apps_script_articoli_e_tutorial.free.michelepisani.it.appsscriptarticolietutorial

这是 list :

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="apps_script_articoli_e_tutorial.free.michelepisani.it.appsscriptarticolietutorial">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

    <activity android:name="apps_script_articoli_e_tutorial.free.michelepisani.it.appsscriptarticolietutorial.MainActivity">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>

</manifest>

提前致谢。

编辑: 尽管该应用程序是意大利语,但我刚刚将其提供给所有国家/地区,以便让每个人都有机会在 Play 商店中测试行为。谢谢

最佳答案

这是 Play 商店中的错误,与您的应用无关。我已确保合适的人正在查看它。非常抱歉您在 Play 支持方面有如此糟糕的体验,我会尝试调查以找出发生这种情况的原因,并确保它不会发生在其他任何人身上。

关于Android 应用程序已发布,但无法在 Play 商店中访问(或下载),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51680536/

相关文章:

android - 有哪些工具可以为 android 提供 apk 保护(防止逆向和重新打包)?

具有透明窗口背景的Android自定义对话框破坏了我的按钮选择器

Android - 操作系统版本统计

android - 在 Google Play 管理中心中对多个应用使用相同的上传证书

java - 按照创建摇动监听器的教程进行操作,但使用时遇到问题

android - 谷歌播放控制台 : Promoted app from Alpha to Beta but still needs to Pre register

android - Google Play 预发布报告崩溃 : java. lang.NoSuchMethodError

Android Wear 打包和分发

certificate - 如何在 Google Play Console 中编辑/更改 SHA1 证书?

Android ObjectAnimation 只启动了一次