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
Describe the bug
Almost everytime the Purchases.sharedInstance.getCustomerInfo is called more them once in a row, or right after open the app it returns a CustomerInfo with no information, no entitlements, no products ( even if they really exist ). There is no error from the callback too, so it is as the execution worked but nothing was found ( what result in a wrong state of the app ).
I keep seeing the logs below in the console, but I'm not 100% sure if it is related to this since the callback not return an error.
Error acknowledging purchase. Will retry next queryPurchases. Error acknowledging purchase - DebugMessage: Item is not owned by the user.. ErrorCode: 8.
Environment
Platform: Android
SDK version: 7.10.1
OS version: Android 14
Android Studio version: Android Studio Ladybug | 2024.2.1 Patch 2
The text was updated successfully, but these errors were encountered:
Hi! Could you share the debug logs from when you recreate the issue or an app user ID of a user who had this issue so that I can take a closer look on our end?
Describe the bug
Almost everytime the
Purchases.sharedInstance.getCustomerInfo
is called more them once in a row, or right after open the app it returns aCustomerInfo
with no information, no entitlements, no products ( even if they really exist ). There is no error from the callback too, so it is as the execution worked but nothing was found ( what result in a wrong state of the app ).I keep seeing the logs below in the console, but I'm not 100% sure if it is related to this since the callback not return an error.
The text was updated successfully, but these errors were encountered: