Reputation: 71
I'm researching how to properly implement the functionality to remove ads in my app when the user makes any IAP and have that functionality restorable.
The way i'm seeing the first part done is to simply put a value in the user defaults that the user has made a purchase and check it before displaying ad. No problem.
But i don't know how to do the restorable part because all my products are consumables. How can I restore this value when the user reinstalls the app? Because as i understand the only record of a consumable is on the device and cannot be restored by apple correct?
Any help would be greatly appreciated, thanks!
Upvotes: 0
Views: 1089
Reputation: 114846
You cannot do this purely through store-kit APIs, as there is no restorable purchase record as you say. I can see a couple of options -
Upvotes: 2