Ogen
Ogen

Reputation: 6709

I published an app to the google play store, How do I know which apk was uploaded?

As title states. I clicked on "Publish" in the google play developer console. And it said my app now got uploaded. But I dont know which apk file was uploaded. How can I find out?

EDIT: I am 100% signed in correctly. Here is an image of the tabs on the left.

enter image description here

In the tab with the android robot picture, it says I have no applications. But in the tab with the google controller thing, I can click on my app, look at the game details, leaderboards, achievements etc and I can click publish but I dont know what it's publishing...

Upvotes: 1

Views: 2507

Answers (3)

darkalbo
darkalbo

Reputation: 343

Are you sure that your app is on play store and not only in play game? If you upload it with your account should be appared in the tab with android's icon

Upvotes: 0

Michael Yaworski
Michael Yaworski

Reputation: 13483

Go to your Developer Console (All Applications) and then click on the app. On the left, there is a list of things to choose (Statistics, etc.) so click on APK.

That will tell you everything about the version and version code of the APK. You can click on the latest version to get some details on it, and at the top of the page it even tells you the package name.

Upvotes: 1

Flappy
Flappy

Reputation: 867

You can by checking the version of the app. Click on all apps -> apk, then you see a list of apk's you uploaded and the current version number.

Upvotes: 1

Related Questions