您无权为您的应用使用内部应用共享

Anu*_*iya 20 android

我正在尝试从 Play 商店上传一个用于内部应用共享的 APK,但是在上传它时,它给了我以下错误:您无权为 com.example 使用内部应用共享

我们需要在它之前添加隐私政策吗?我的应用程序没有使用除 Internet 和 ACCESS_NETWORK_STATE 之外的任何权限。请告诉我为什么我可能会收到此错误?

小智 18

You don't need to add a privacy policy prior to it. I would suggest checking a couple of things:

  1. That you are an authorized uploader for internal app sharing. You can check this under development tools > internal app sharing > manage uploaders in the google play console.

  2. That you are using one of your published application IDs in the Google Play Console. For instance, if you're trying to upload somebody else's sample app to internal app sharing in your console, you should go and change the applicationID in your build.gradle to your published application ID.

考虑到您的应用程序 ID 很可能不是com.example,似乎 (2) 很可能是您的问题。

希望这可以帮助!

  • 所以我无法使用“applicationIdSuffix“.dev””测试调试版本? (7认同)
  • 正如 Sonia 所说,第二点是我的问题,因为 google play 还不知道我的包名称。这是一个新应用程序,我还没有发布任何 apk。在内部应用程序共享允许我上传相同的 apk 之前,我首先必须发布和 apk。 (4认同)
  • 我已经在封闭轨道中发布了一个应用程序。它可以在封闭轨道中下载。现在,我正在内部应用程序共享中上传相同的应用程序,但我被告知我无权使用“package_name”的内部应用程序共享。 (2认同)

sky*_*erb 7

看来您还需要使用您的开发者帐户登录 Chrome。

使用多个 Google 帐户登录时收到此消息(例如,网址为https://play.google.com/console/u/3/internal-app-sharing)。仅使用我的开发人员帐户登录新的 Chrome 会话即可正常工作(网址不包含u/3/)。