Discussions
Sandbox IAP paywall modal keeps popping up even after a successful purchase
3 months ago by kc
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.