You don’t have permission to use internal app sharing for your app

后端 未结 2 2080
你的背包
你的背包 2021-02-07 06:28

I am trying to upload an APK for internal app sharing from play store, but while uploading it, its giving me following error: You don’t have permission to use internal app shari

2条回答
  •  野的像风
    2021-02-07 07:32

    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.

    Seems like (2) is most likely your issue considering your application id is most likely not com.example.

    Hope this helps!

提交回复
热议问题