-
## Use Case
It makes it easier to detect which user has subscribed on your backend, because this field will be returned in apple receipt data.
Without it, users can abuse one apple id with many …
-
p119 #import (StoreKit/StoreKit.h) 括号错了
p120 使用了viewDidUnload
p150 只解释了1到3,4到6是没解释还是排版漏了?
-
### Platform
- [x] iOS
### In app purchase type
- [x] Consumable
### Environment
- [x] Production
### Version
0.15.0
### Issue summary
I printed the log in the official enviro…
-
Offer code redemption is now available on macOS, but the SDK does not seem to support it yet.
-
### Platform
- [ ] iOS
- [x] macOS
- [ ] tvOS
### In app purchase type
- [ ] Consumable
- [ ] Non-consumable
- [x] Auto-Renewable Subscription - but most likely not relevant
- [ ] Non-R…
-
- [ ] I have updated Purchases SDK to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md)
- [x] I h…
-
I have four different subscriptions under the same subscription level:
trainee.monthly
trainee.annual
pro.monthly
pro.annual
Whenever I subscribe to each of them independently, the pur…
-
I'm trying to submit my app to the Apple App Store and they seem to be using simulators. My app has a user pay after 30 days of use and its a one-time consumable that the user can purchase.
But i…
-
```
const latestReceipt = _.max(Storekit.receiptProperties.purchases, function(purchase) {
return purchase.transactionIdentifier;
});
Ti.API.info("Storekit Latest ReceiptProperties: " + JSON.s…
-
**Describe the bug**
I am experiencing an issue with the app repeatedly forgetting that I have already purchased the premium version (One-Time Purchase). Each time the app gets restarted, all premium…