Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
application:getDeviceID() or googlebilling:getUserEmail() request for security reasons — Gideros Forum

application:getDeviceID() or googlebilling:getUserEmail() request for security reasons

fxonefxone Member
edited June 2013 in Suggestions & requests
Hi Guys, @Atilim @ar2rsawseen!
For the first time I'm implementing IAP in my Android next game and I wonder how to protect purchased items against copying/stealing from files, which are saved locally and can be reproduced over the net. Of course simple crypting/hashing files is not enough for this (it's good for scores etc., but not for purchased items). Would you consider to add functions like
application:getDeviceID()
or
googlebilling:getUserEmail()
to make "fingerprint" for individual customer and improve significantly security of purchased items?

best,

Comments

Sign In or Register to comment.