> Using a Hash of all the ID's is most likely the best solution, gather
> all the ID's, append your own signature if you like (optional) and
> hash the long concatenation of all the ID's you can gather, I would
> recommend using SHA.

I wouldn't hash it on client side. If any of the value is missing due
to a bug and then upgrade would address this, your hash will
potentially mismatch causing some problems. I'd rather store
all the values on server side and apply some logic to cope with
the above scenario (which is easily doable as I'd knew that some
values were missing and now are present, which is not doable
if you get just result hash)

--
Regards,
Marcin

-- 
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