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

## Restoring purchases hangs I am not sure if this is AppStore issue, but today I cannot successfully call restoring purchases method. Completion handler is never called - hangs. Anyone...

type: question

## Bug Report when user buy a autoRenewable product ,the product has not expire, when user cancel the autoRenewable , the restore buy call verifySubscriptions() function always return .notPurchased **To...

type: bug

There is a business scenario: Apple returned the payment success, I saved the order number, but the server exception did not close the transaction, at this time the server order...

type: bug

There is no reaction after the purchase method is called

type: question

## Bug Report * Completion is not call-backed **on iOS 17** when it succeeds in purchasing an auto-renew subscription by `purchaseProduct()`. * Besides, the purchase view (sheet) appears again and...

type: bug

## Bug Report It looks like some errors in the `NSURLErrorDomain` are being typecast erroneously to `SKError`. I suspect [this](https://github.com/bizz84/SwiftyStoreKit/blob/48d4d4c0b6a66732eb45e2f0104fb7d080c67a69/Sources/SwiftyStoreKit/SwiftyStoreKit.swift#L55) might be the line to blame.

type: bug

How to deal with it correctly? When I use this configuration file I can perform purchases successfully but I don't know how to check if user has active subscription. Tried...

type: question

## Question Please explain your question in detail here.

type: question

Hi. In the release build in the App Store, I use: `SwiftyStoreKit.redeemOfferCode(atomically: true) { purchaseResult in print(purchaseResult) }` I'm getting an error "the code you entered could not be found"....

type: question