react-native-purchases
react-native-purchases copied to clipboard
PurchasesEntitlementInfo type doesn't reflect all properties from actual data
- [+] I have updated Purchases SDK to the latest version
- [+] I have read the Contribution Guidelines
- [+] I have searched the Community
- [+] I have read docs.revenuecat.com
- [+] I have searched for existing Github issues
The following properties are not present in the PurchasesEntitlementInfo type, and you get a TypeScript error when trying to access them:
expirationDateMillis
unsubscribeDetectedAtMillis
latestPurchaseDateMillis
ownershipType
billingIssueDetectedAtMillis
originalPurchaseDateMillis
- Environment
- Platform:
- SDK version: 6.6.0
- OS version:
- Xcode/Android Studio version:
- React Native version:
- SDK installation (CocoaPods + version or manual):
- How widespread is the issue. Percentage of devices affected.
- Debug logs that reproduce the issue
- Steps to reproduce, with a description of expected vs. actual behavior
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context Add any other context about the problem here.
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
Thank you for the feedback @yaroslavnikiforov! We will add those fields to the Typescript interface.