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

## Question can we use one Consumables id to Purchases multiple item same price

type: question

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

type: question
area: receipt-validation
status: needs analysis

### Platform - [x] iOS ### In-app purchase type - [x] Auto-Renewable Subscription ### Environment - [x] Sandbox ### Version 0.14.1 ### Related issues ℹ Please replace this with references...

## Run fails with the error for mac Catalyst ``` require 'cocoapods-catalyst-support' platform :ios, '10.0' target 'MyApp' do use_frameworks! pod 'SwiftyStoreKit' end # Configure your macCatalyst dependencies catalyst_configuration do #...

type: question

I used the following code to call it from the purchase button of the auto-renewal subscription. I am offering a 3-day free trial period. ``` @IBAction func purchaceButtonTap(_ sender: Any)...

type: question

**TL;DR**: Should I call verifyReceipt in the completion handler of retrieveProductsInfo? Should I delay a call to purchaseProduct until verifyReceipt has returned? The log files *seem* to say these are...

type: bug
type: question
area: receipt-validation
help wanted
area: purchase flows
difficulty: advanced

## Bug Report completeTransactions() is not called at app starts when there are unfinished transactions in iOS 14 **To Reproduce** Steps to reproduce the behavior: 1. call purchaseProduct() with atomically...

type: bug

hi, i use the following code to purchase non consumable product for my mac app, at the beginning, everything is ok: i fill the test account and password, click confirmation...

macOS
area: purchase flows
difficulty: intermediate

Hi, I am using SwiftyStoreKit.purchaseProduct to perform IAP. After the purchase is done, an alert view (title: "You're all set", message: "Your purchase was successful") is displayed. Is there a...

type: question

Need add presentCodeRedemptionSheet() iOS 14

type: enhancement
difficulty: intermediate
area: new technologies