- Home /
Saving Purchased Items
Hi,
I make a "No Ads" button for my android game. It's working. I save purchasing information with PlayerPrefs but if player delete and reinstall my game PlayerPrefs will gone.
How I storage purchasing data permanently? Should I use Google Cloud Saving system?
thanks.
Answer by zotey · Feb 13, 2016 at 09:12 PM
Yes you should and you should never ever save purchasing information in something not secured as a playerpref everyone can open it right away, what mean if you just did put you creditcard numbers in etc... a hacker can reuse it. (If you are saving that kind of data ;)). Backt to the question. Save your data online yes, make some device authentication like a unique id per device, store what he bought using his id online if he reinstalls the app then just make sure if that device is already in the database and if so collect all the data.
Thanks
zotey
There is no way for restoring purchases? I think your way difficult.
@zotey Hey So does it mean I need to buy some space & store my info there? Can you give me rough direction where I should start research. Since I am completely new to it. Or are here any already implemented systems/plugins you know about Thanks.
@EIS You can use heroiclabs.com or playfab. I recommend using heroic labs great documentation and support, just send a mail and get response in a couple of hours(and its free). If you don't know on how to do it without services then don't do it you're own way, or you will lack on security. Pm me on the forums if you have more questions ;)
Zotey
Your answer
Follow this Question
Related Questions
Problem with IAP (In App Purchase) unity 1 Answer
Unity IAP - Works in Editor; Fails in XCode, Fails in Testflight (iOS) 1 Answer
Unity IAP Slow Card Handling 0 Answers
Unity IAP not reliable in sandbox when restoring subscription after app deleted and re-installed 0 Answers
Buy with one click IAP 0 Answers