Reputation: 3800
I developed and publish some apps to google play using "old" interface. Now I published an app using new interface and seems that all were successful because my app appears as "published". However, previous apps were active in 1h, but now, after 2 days, I am unable to find it in google play and also unable to find any link on any option inside developer console. Is my app published? How could I then know google play link?
Upvotes: 0
Views: 5908
Reputation: 594
How could I then know google play link?
The links for Apps in the Playstore are always built with the same pattern, it looks like this: https://play.google.com/store/apps/details?id=YOUR.PACKAGE.NAME
so you can use that link to see if your App is published or not, just replace YOUR.PACKAGE.NAME with the actual name of the package like com.google.android.music
Upvotes: 2
Reputation: 846
In the new interface you can publish three versions of the app: alpha, beta, release. Check if you published the release version. So you'll get the link to the app: https://play.google.com/store/apps/details?id=COM.PACKAGE.NAME
Upvotes: 0
Reputation: 3921
Upvotes: -1