Hi Donal, If you're getting that error, it meas that the RSA public key you're passing into LicenseChecker isn't correct.
It's a little odd that it would be working in some of your applications but not others, but that's what that error means. You might want to make sure that all three applications are published using the same developer account. -- Trevor Johns Google Developer Programs, Android http://developer.android.com On Wed, Aug 4, 2010 at 7:30 AM, Don <[email protected]> wrote: > Hi All, > I'm having a problem with the LVL in one of my apps. > > Here are the projects in my eclipse workspace: > > com_android_vending_licensing - standard LVL > my_app_1 > my_app_2 > my_app_3 > > All three of the apps use the same licensing library project > (including the same SALT), and share the same code in their main > activities for checking the license. But when testing, one of the apps > continuously fails the license request and the others respond > correctly depending on what test response I set in the market "Edit > Profile" page. > > The error I get in logcat is: > > 08-04 15:20:20.863: ERROR/LicenseValidator(4883): Signature > verification failed. > > And the dontAllow() function of the LicenseCheckerCallback is run. > > > This error message originates from line 104 of LicenseValidator.java > in the licensing library. I've done some debugging and the > responseCode is set to LICENSED (see line 94 of > LicenseValidator.java). > > > Some help would be very much appreciated. > > I'm testing the apps on a motorola milestone. > > Cheers, > Donal > > -- > 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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

