Why is my app not showing on Google Play? Just now

2019-05-02 14:06发布

问题:

I just tried to publish my app for the first time -

I went through the steps on Developer Console and it says "published" now with a green check mark (after I hit "activate" and "publish", with no errors)

However, I tried searching by name on the Google Play store ( it's called "Urbanary Challenge" ) on my phone, tablet, and chrome browser but nothing shows up. (same with company name search).

Then, I tried by direct URL:

https://play.google.com/store/apps/details?id=com.shameless.studios.twisted.trivia

and the id is the "package name" under my AndroidManifest.xml like:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shameless.studios.twisted.trivia"
android:versionCode="1"
android:versionName="1.0" >

However, I get an error saying "We're sorry, the requested URL was not found on this server."

What am I doing wrong?

回答1:

Just wait. I've seen applications take up to 27 hours to hit the Play Store. (My current five each took about 15-45 minutes by URL, and about 2-3 hours by search.)



回答2:

It's not instantaneous, imagine your APK file has to be processed and synchronized with a lot of servers. Sometimes it takes around 15 minutes.

[]s Neto