Questions tagged [internal-app-sharing]
18 questions
1
vote
0 answers
Uploading to Google Play Internal App Sharing no longer works, returns 500 error
As part of our CI process, we automatically upload an app bundle to internal app sharing. This is done directly via a CURL call:
HTTP_RESPONSE=$(curl --write-out "HTTPSTATUS:%{http_code}" \
--header "Authorization: Bearer $ACCESS_TOKEN" \
…

Jake Lee
- 7,549
- 8
- 45
- 86
0
votes
1 answer
Play console, Internal App Sharing can't upload. "needs to be published before you can use"
I tried to upload my bundle .aab file to Internal App Sharing but it keeps showing the error "the app needs to be published before you can use". My app is published in the Internal Track and I've been using it for a few months now.
Here's the error…

Jay N
- 348
- 3
- 11
0
votes
0 answers
Resources NotFoundException: Drawable (missing name) Dynamic feature module
I am building the app with Dynamic Feature Module and uploading it on internal app sharing for testing. I am able to download the Dynamic module during the app but, When I am going to a particular fragment, I am getting the error
Fatal Exception:…

Rishabh Maltare
- 161
- 2
- 12