Saturday, July 31, 2010

[android-developers] Re: LVL NOT_MARKET_MANAGED

I've done some testing on this, myself, and it seems that it only
returns the NOT_MARKET_MANAGED error for an app in the market if the
version code (the integer form of the version number in the manifest)
in the copy making the check is higher than the one currently in the
market. If the version code in the copy of the app making the check
is less than or equal to the current one in the market, then the
normal license valid/invalid response is given unless there's another
error.

That seems acceptable to me, even if it is a bit odd considering the
docs imply that it indicates only a package name mismatch.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment