I read many many posts on stackoverflow and I also went through many tutorials like Vogella and theNewBoston to see where am I making a mistake in publishing my app. I expo
Search my using your package name.
You will Find it.
If your package name is com.MyPackage.
Search as com.MyPackage in the Google Play Search Box.
It works Pretty Fine.
It took almost couple of days for my app to show up. Just a small note, if you cannot find your app in the play store, try putting the name in double quotes like "Park The Car" or "Relationship Guru" and then search it. Even when Play store started showing my app, if I just search with the app name with no double quotes, I could not find it. I saw almost 500 apps and still I could not find my app. But on using double quotes, I got a perfect string match.
Hope this helps. Thanks a lot for helping me with this question.
Put your app name in your description. Not just the title spot.
There's possibility that the app that you're trying to search is not compatible with your device. That is why it is not showing up in your device. However, when you look up on the desktop site, it is visible. This is because, you are just viewing the app. If you will sign into you Google account, then you'll realise that when click the install button (on the desktop site) it will show you the devices that are associated with that account asking with their compatibility. Sometimes it is also that some apps are region specific and are not visible (due to the same reason)
Make sure your android:label"
is correct in the manifest file. @string/app_name
should be set to the correct name.