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?