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
The SDK returns purchaseDateMillis and revenueCatId in the nonSubscriptionPurchases property of the CustomerInfo object. However, these are not included in the typescript type.
This is intentional as we recommend using transactionIdentifier and purchaseDate. Is there any use case you want to implement not covered by the exposed fields?
Ok I see, no I could solve it using purchaseDate instead. I also noticed that PurchasesStoreProduct-interface is missing productType prop, is this also intentional?
Hello!
The SDK returns
purchaseDateMillis
andrevenueCatId
in thenonSubscriptionPurchases
property of theCustomerInfo
object. However, these are not included in the typescript type.react-native-purchases/src/customerInfo.ts
Lines 143 to 156 in fd8f869
The text was updated successfully, but these errors were encountered: