That's how it works.

You can have only *one* version of an app. Your app's ID is determined
by its package-name. The code in your app should be able to run on a
phone with an OS equal to minSdkVersion or higher.

You can specify that your app only supports (i.e. runs on) a certain
number of SDKs:

minSdkVersion: Any user with a phone with an OS lower than this
version, won't see the app in the Market and the OS won't allow it to
be installed.

targetSdkVersion: Tells the software that an OS equal to this version
running the app, needs no 'compatibility' code to be able to run this
app.

maxSdkVersion: Any user with a phone with an OS higher than this
version, won't see the app in the Market and the OS won't allow it to
be installed.


On Jan 17, 5:14 pm, Kevin Duffey <[email protected]> wrote:
> Man..now that sucks. That is a bug if you ask me.. the market should NOT
> show a 1.5 users a 1.6 SDK app update. That's just pure stupidity. That
> makes no sense at all and I am shocked and disturbed that this is how it
> works. They basically want you to submit a brand new 1.6 app so that 1.5
> users don't get the update.. how hard is it to actually put a little code in
> the market app that checks the min SDK and even IF the user has the app, if
> their OS is not 1.6, don't show it. Very bad design of the market app
> developers/designers.
>
> On Sun, Jan 17, 2010 at 2:03 PM, Christine <[email protected]>wrote:
>
>
>
> > On Jan 17, 9:26 pm, Kevin Duffey <[email protected]> wrote:
> > > First.. let me ask for those of you that have apps in the market.. if I
> > have
> > > a 1.5 version out there.. it shows up on any device that is 1.5 or later,
> > > right? Now..if I update it to run on 2.0.. will the update be made
> > available
> > > or even notify 1.5/1.6 users? Or does it only show up for 2.0 and later
> > > users in their market?
>
> > By specifiying minSdkVersion and maxSdkVersion, you can provide
> > different versions for different sdks. Every user would only see one
> > version in the market, if I'm not mistaken. But you don't really want
> > to do that unless you really need those different versions.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<android-developers%2bunsubs­[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en- Hide quoted text -
>
> - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to