-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
We have a certain amount of users facing an error during a subscription payment flow.
When the method Purchases.purchase is called we can receive a PurchasesError.PurchasesErrorCode.StoreProblemErrorfrom the onError callback method.
Which is normal and expected if there's an actual error on the store's side.
What is actually weird is that for some of these users we also receive that StoreProblemError error but in the meantime our integration that links RevenueCat to amplitude sends an event to notify about the premium state.
The user has actually subscribed and should have received a success callback.
The UpdatedCustomerInfoListener set is never triggered during that ongoing session to notify the new state then the user is stuck.
- Environment
- Platform: android
- SDK version: 6.9.5
Metadata
Metadata
Assignees
Labels
No labels