Hi,
I have an app using RevenueCat SDK for Capacitor.
I try to simulate different errors when calling the purchasePackage function. I succeed to get some errors - see the image for the error when the package is not found.
FYI: For each user, I pass the userID from my app when I call the configure function.
My questions are:
- in this situation, does RC log the error somewhere in the dashboard or this should be done in my side?
- if we have the data in RC, can I get it using the REST API?