-
**Link to business working doc:** [DRAFT AX Payouts.docx](https://www.dropbox.com/scl/fi/60skpanoa37llmxpkidc0/DRAFT-AX-Payouts.docx?rlkey=xtpjxydfdzfe6cnm4vmxdgn4h&dl=0) Updated Aug 27th
---
Added …
-
### Platform
- [x] iOS
### In app purchase type
- [x] Non-consumable
- [x] Auto-Renewable Subscription
### Environment
- [x] Sandbox
### Version
0.13.3
## Report
### Issue…
-
What do you think about adding an `isUserCancelled` property to the error object? I kind of see that as a special case because you most likely don't want to show any kind of error in the UI when this …
-
It would be quite nice a re-assuring to have access to raw receipt data after making a purchase.
Perfectly reasonable place to find it:
````javascript
const data = await Purchases.purchasePacka…
-
Hi everyone,
To respond to IOS requirements, can you add showManageSubscriptions in the in app purchase package to open the subscription management view on IOS?
On android you can call direc…
-
### Description
The payment-required pop-up opens from the bottom. We make the payment, then the same pop-up reopens without returning the result of the payment, entering an infinite loop.
We thin…
-
## Steps to Reproduce
Unknown, it has only happened in a released app
**Expected results:** Should be able to complete in app purchases without errors
**Actual results:** type cast exception
…
-
- [x] I have updated Purchases SDK to the latest version
- [ ] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md)
- [ ] I h…
-
```
inAppPurchase
.getProducts(['monthly_subscription'])
.then(function (products) {
console.log(products[0]);
})
.catch(function (err) {
console.log(err);
});
```
above …
-
### MAX SDK Version
13.0.0
### Device/Platform Info
iOS
### Current Behavior
I am receiving the error with the BidMachine. Here I have added the
```
🛠[🅱️][..I..] Bidmachine [VER: 2…