I have an app that needs to request a key from a remote server. It
authenticates from the app with lvl, then communicates with the server
who also checks against the market (a second step in the chain to
prevent piracy). It authenticates using the responseData and signature

In test this all works a-ok. When I launched my app, this did not
work:

the app validated with lvl without issue and requested an api key from
the remote server

the remote server tries to check with lvl and returns false UNLESS the
email address is in test accounts.

I am testing with the following code:- 
http://code.google.com/p/android-market-license-verification/

Can anyone shed some light as to why it is not working? Do I need to
validate using a different key maybe?

Regards,
Ben

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to