I would like to redirect the user in the App upon a successful purchase.
```
const purchaseResult = await Purchases.purchaseStoreProduct({
product: productToBuy
});
```
How/where would I call this redirect?
I would like to redirect the user in the App upon a successful purchase.
```
const purchaseResult = await Purchases.purchaseStoreProduct({
product: productToBuy
});
```
How/where would I call this redirect?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.