[android-developers] Adding custom fields to license check requests using LVL
I want to cache the server response but I do not want to use an
obfuscated SharedPreference file to store license data because I have
concerns about storing the key securely. I just want to be able to
dump the encrypted response to a SharedPreference file so that nobody
else can tamper with it. It is OK if they can view it. Now, there are
obviously some parameters that are not part of the server response.
For example, the number of retries the app has made. I want to store
that along with the response. Is there any way I can append some
custom data to the license request so that the server echos it back
with the response after encrypting it? Maybe as an extra field. Will
the server append any custom data I might send to the response?
--
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home