So I published my first app to the play store a few days ago.
It shows up here and when I search on the website shows up in the search result result Even says it is compatible with my phone on that page.
However when I search in the store on my phone it does not show up. Someone with a Galaxy S2 says it shows up and someone with a galaxy S3 says it doesn't. So mixed results there.
Manifest.xml
is here
I used mono-droid to build the app, is it possible that that has anything to do with it?
Grtz
check your manifest file contain support screens all screens value true like below code:
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:resizeable="true"
/>