Hi I have released android application in android market But my app doesnt visible to all in android market site. Even under the more app from this developer it doesnt visible to all.. why this happens? can anyone know whats the solution for this problem?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
This could be because of the minimum version you set when developing the application. If you set the minimum to be 2.3 (Gingerbread) only people that have that version (or newer) will ever see your application. The same rules apply for 2.2 (Froyo), 2.1 (Eclair), 1.6 (Donut). If you don't specify that your application will work for them, they will not even see it in the market. I actually think that I was able to answer this question without going in to StackOverflow area of topics, plus it may actually help someone else in the future that has this " issue". If you don't know how to set the minimum SDK version, that will be a question for StackOverflow. |
|||
|
|