Discussions

Ask a Question
Back to All

Sandbox IAP paywall modal keeps popping up even after a successful purchase

I'm using react native^0.75.3 and "react-native-qonversion": "^8.1.3"
I have the following code

const entitlements = await Qonversion.getSharedInstance().purchaseProduct(product, undefined);
console.log('entitlements', entitlements);

I'm stuck in a loop where paywall keeps showing up and the console log from line 2 is not logged.

https://streamable.com/1dpzhz