Hi all, I have an in game store working where you can buy coin packs and pay to remove ads, they all work and I use a playerprefs command to save if the user has paid to remove ads or not.
I know that in android it auto restores purchases but how do I tell the game that the player has paid to remove ads and so save this in playerprefs after the game has been reinstalled e.g if removeads bought set PlayerPrefs.SetInt("removeads",1);
Thanks
↧