Re: [android-developers] Re: LVL NOT_MARKET_MANAGED

2010-09-22 Thread shiva Muthukrishnan
actually ur sendingso mess i one day ,so i am requesting u to send limited mess that is one mess per day -- 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

[android-developers] Re: LVL NOT_MARKET_MANAGED

2010-09-22 Thread MarcoAndroid
My guess is that when the version of the app making thecheck is lower than the latest in the market, LICENSED_OLD_KEY is returned as per http://developer.android.com/guide/publishing/licensing.html#server-response-codes Is the version of the app making the check higher, then that should be you te

Re: [android-developers] Re: LVL NOT_MARKET_MANAGED

2010-08-03 Thread Trevor Johns
The reason this happens is because we store the RSA keypair used for license checks on a per-app/per-version basis. The old version of your application doesn't have a license key associated with it. (We probably could make this a bit more clear.) -- Trevor Johns Google Developer Programs, Androi

[android-developers] Re: LVL NOT_MARKET_MANAGED

2010-07-31 Thread Brian
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 c