-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
- 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
Describe the bug
The variable subscriptionsByProductIdentifier
on the CustomerInfo
object is empty on Android (built with React Native). On iOS it works though. In the CustomerInfo
I get activeSubscriptions
and entitlements including all the metadata like expiration and purchase dates, but the subscriptionsByProductIdentifier
is just empty while it SHOULD contain all my subscriptions keyed by their ID.
- Environment
- Platform: Android
- SDK version: 8.17.0
- OS version: Any
- Android Studio version: Any
- How widespread is the issue. 10%
- Steps to reproduce, with a description of expected vs. actual behavior
CustomerInfo withPurchases.sharedInstance.getCustomerInfo
for a user with an active subscription and checkout the value ofcustomerInfo.subscriptionsByProductIdentifier
Additional context
This issue also happens on the React Native SDK on Android, see here: RevenueCat/react-native-purchases#1248 (comment)
Ryiguchi
Metadata
Metadata
Assignees
Labels
No labels