Unity Android IAP content
My app that I'm working on has a section that will be restricted unless purchased. I'm storing all user data in a binary formatted file on the users device. I was going to store a variable to let me know if the purchase was made in this file. I realize this is not completely secure but I need a way to check if the user has purchased the content. My worry is not so much security but what happens if for some reason or another that file is deleted on the users device. How should I go about handling users if this happens to them? Do developers usually provide refunds or an alternate way to unlock the content for them?
Comment