Two days ago, we uploaded a new version of the full version of our app
(SpecTrek) to the market. Improvements include support for QVGA and
WVGA screens.

We changed nothing in the "Developer Console" (Language: en_US, "All
locations" selected).

Now we have received the first complaint of a Droid user who cannot
find the full version on the market. The light version (that has not
been upgraded yet) can be found ok. The good news is that the light
version seems to work on the Droid, something we couldn't really test
(except for some simulator runs on 2.0).

So presumably we did something stupid in the upgraded version. I can
only assume it must be something in the manifest, as it seems
unreasonably to assume the market software looks at anything else in
the apk.

The only change in the manifest (besides versionCode/versionName) is
the following:
        <supports-screens
                android:smallScreens="true"
                android:normalScreens="true"
                android:largeScreens="true"
                android:anyDensity="true"
                />

There is also a "uses-sdk" entry, but that didn't change:
<uses-sdk android:minSdkVersion="3" />

- Is there anyone with a Droid that can verify the full version is not
available to them (searching for 'SpecTrek' should find both the light
and full versions)?
- Can anyone shed light on why the full version is invisible on the
Droid market?

-- 
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