- Home /
In App Purchase, after restart game
I'm looking for help or advice how to solve this
i use SDKBOX Plugin and my setting
as you see if Purchase done, disable gameObject
after Purchase done, ads removed
but if Quit or restart the game, ads back and ask to buy again ,
should i have save system in my game or what?
Answer by HarshadK · May 15, 2017 at 05:16 AM
Yes, you need a save/load system to store the state. On successful purchase store the state that user has purchased remove ads option and when the level loads, load the state of remove ads purchase option and set your gameobject states accordingly.
Your answer
Follow this Question
Related Questions
Authentication error when testing Unity IAP on an Android device 1 Answer
Why is Product.availableToPurchase true for inactive Google Play product? 1 Answer
Since which Unity versions is System.Net.Sockets on Android avail without Pro License? 1 Answer
How to access receipt product with codeless IAP 0 Answers
Android IAP: Restore non-consumable purchase after clearing app data 0 Answers