Closed sudansh closed 3 years ago
The terminology is confusing. You're uploading to the Internal Sharing track which is a completely separate thing from normal publishing. Use ./gradlew publishReleaseApk
.
@SUPERCILEX I meant the internal sharing only. I am unable to view the apk in the Internal track of playstore console
Right, internal sharing is not the same as the internal track. uploadReleasePrivateApk
does not upload your APK to any track at all: it goes to internal sharing. publishReleaseApk
uploads APKs to a track (in your case the internal track).
Describe the bug
I am uploading an apk to internal track. The gradle runs successfully and reports that apk has been uploaded but I can't see that new build in playstore console
How To Reproduce
Versions
Tasks executed
./gradlew uploadReleasePrivateApk
Expected behavior
The apk is uploaded to internal track and I can see that build in internal testing in playstore console.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.