You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi RevenueCat team! I thought I'd bring this up since it is still an issue in v9. I know it has been an issue since at least v7.
The actual data for PurchasesError doesn't match the interface. This is on Android at least, I don't remember on iOS 😬
There are two issues that I see. First, most of the data is wrapped in a data object. I know this has been around since v7.
Second, it says readableErrorCode is deprecated, "access readableErrorCode through userInfo.readableErrorCode". But userInfo doesn't exist in the actual data.
Hi RevenueCat team! I thought I'd bring this up since it is still an issue in v9. I know it has been an issue since at least v7.
The actual data for
PurchasesError
doesn't match the interface. This is on Android at least, I don't remember on iOS 😬There are two issues that I see. First, most of the data is wrapped in a
data
object. I know this has been around since v7.Second, it says
readableErrorCode
is deprecated, "access readableErrorCode through userInfo.readableErrorCode". ButuserInfo
doesn't exist in the actual data.Actual data
The
PurchaseError
InterfaceWorkaround
My current workaround is a custom interface wrapping
PurchaseError
and a custom class.The text was updated successfully, but these errors were encountered: