SwiftyStoreKit icon indicating copy to clipboard operation
SwiftyStoreKit copied to clipboard

Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺

Results 128 SwiftyStoreKit issues
Sort by recently updated
recently updated
newest added

### Platform - [x] iOS - [ ] macOS - [ ] tvOS ### In app purchase type - [ ] Consumable - [ ] Non-consumable - [ ] Auto-Renewable...

type: question

Hi, I got the same problem with #620 on my macOS app. This PR is for fixing that. ## Problem details StoreKit calls the following delegate methods of SwiftyStoreKit's `PaymentQueueController`...

type: bug
macOS
status: code review
area: purchase flows
difficulty: advanced

## Question Hello I need example how to use discounts, I can not get this to work `SwiftyStoreKit.purchaseProduct(productSK!, quantity: 1, atomically: true, applicationUsername: "", simulatesAskToBuyInSandbox: false, paymentDiscount: productSK?.discounts.first)` I want...

type: question

I always get an error when trying to fetch prices of auto renewable subscriptions. Any idea? - I don't use the sharedsecret in my code currently.

type: question

## Bug Report I am trying to restore my Non-Consumable product. But It's showing not purchased when debugging. Xcode 12.5 iOS 14 SwiftyStoreKit - 0.16.1 ``` func verifySubscriptionNonConsumeable(product : RegisteredPurchase,...

type: bug

What I'm trying to accomplish is: 1. User taps to buy IAP product 2. If success, receipt is fetched and sent to my server for validation 3. If success, IAP...

type: question

https://developer.apple.com/documentation/xcode/setting_up_storekit_testing_in_xcode As I understand everything should work as usually before this part: "Prepare to Validate Receipts in the Test Environment"

type: question

### Platform - [x] iOS - [ ] macOS - [ ] tvOS ### In app purchase type - [ ] Consumable - [x] Non-consumable - [ ] Auto-Renewable Subscription...

type: bug
help wanted
status: code review
difficulty: advanced

Hey, I saw that Apple has a flag which allows you to return only active transactions. Does SwiftyStoreKit supports it? If so, how could I set it? When asking for...

type: question

## Question In previous versions there was a `cancelAllInflightRequests` in `ProductsInfoController` and `cancelAllRetrieveProductsInfoRequests` in `SwiftyStoreKit`. Why it's not exist anymore? Is it a bug?

type: question