Hello on my android app am getting an error when I try to do a purchase.
The weird thing is I am able to retrieve the product/offers and actually buy a subscription which is showing active in play store app and also got receipt on email.
But the purchase callback always returns the error below(I am using sdk 5.4.0)
**NOTE I have already made sure that I have configured the right package name on the revenue cat dashboard
Purchases.sharedInstance.purchaseProduct(activity,product,object:PurchaseCallback{ override fun onCompleted( storeTransaction: StoreTransaction, customerInfo: CustomerInfo ) { } override fun onError(error: PurchasesError, userCancelled: Boolean) { }})
Error: PurchasesError(code=ConfigurationError, underlyingErrorMessage=Invalid Google Play package. Check your app settings in RevenueCat match Google Play., message='There is an issue with your configuration. Check the underlying error for more details.')