Open lenage opened 2 weeks ago
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
I just started a brand new integration. I'm seeing this on Android as well. On iOS I was able to use purchaseStoreProduct
and that worked. But Android still exhibits the error. getOfferings
and getCustomerInfo
seem to work just fine. For now I have one package with one product in it per platform that is consumable. I have only tried this on physical devices with debug builds, no simulators or release builds.
Any workaround? Obviously this is a blocker...
Update: I've installed all the way back to v7.28.1 of this package (SDK version 7.12.0 on Android) and the error still occurs.
When attempting to make a purchase using RevenueCat's
purchasePackage
method, the app throws a "Malformed calls from JS" error with a TypeError indicating properties are not configurable.Environment
Steps to Reproduce
Purchases.purchasePackage(package)
Code example
Error Log