What value to validate if purchase is complete and app should unlock feature?
peterwarbo opened this issue · 1 comments
peterwarbo commented
I've been browsing through the code but not really sure in what value to validate if a feature should be unlocked?
benjaminmayo commented
merchant.state(for: product).isPurchased
. You can get notified of changes to these states through the delegate.