What type of error is thrown in `Product.SubscriptionInfo.status`?

The status property is described as get async throws, but the details of the error is not described yet.

Is the error Product.PurchaseError?.

Accepted Reply

I believe you may be looking for StoreKitError https://developer.apple.com/documentation/storekit/storekiterror/

  • Yes! I think I am looking for StoreKitError. Thank you!

Add a Comment

Replies

I believe you may be looking for StoreKitError https://developer.apple.com/documentation/storekit/storekiterror/

  • Yes! I think I am looking for StoreKitError. Thank you!

Add a Comment