I ran into this as well. Make sure you have uploaded your apk to the Market and saved it.
On Mar 2, 7:30 pm, JYA <[email protected]> wrote: > On Mar 3, 12:11 pm, JYA <[email protected]> wrote: > > > Log.w(TAG, "Error contacting licensing server."); > > handleResponse(LicenseResponse.RETRY, data); > > Ok, now I can contact the server ; but it fails in > LicenseValidator.java (in the LVL itself) > at: > if (!sig.verify(Base64.decode(signature))) { > Log.e(TAG, "Signature verification failed."); > handleInvalidResponse(); > return; > } > > Somehow the signature from the server is incorrect.. > > What is going on ?? -- 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

