SwiftyStoreKit icon indicating copy to clipboard operation
SwiftyStoreKit copied to clipboard

New enum case in SwiftyStoreKit.purchaseProduct .deferred - How to handle this?

Open sabiland opened this issue 2 years ago • 2 comments

How To handle new enum case .deferred ?

I see in latest 0.16.4 new enum case .deferred(let pd) must be handled in SwiftyStoreKit.purchaseProduct.

sabiland avatar Dec 13 '21 07:12 sabiland

It's interesting for me too.

YuryRadchenko avatar Dec 23 '21 09:12 YuryRadchenko

I just did this, but I am not sure if it is correct :) I just update user message/status:

case .deferred(_): self.updateInfoStatus("Waiting for approval")

sabiland avatar Dec 23 '21 09:12 sabiland