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

◇◆丶佛笑我妖孽 提交于 2020-01-13 10:37:09

问题


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



来源:https://stackoverflow.com/questions/12849429/why-is-my-app-not-showing-on-google-play-just-now-published

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!