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 - [x] Non-consumable - [ ] Auto-Renewable Subscription...

type: bug
duplicate
type: question
area: purchase flows

## Question Please, who can help me? What is the problem? : Payment completed with error: Error Domain=ASDErrorDomain Code=500 "Unhandled exception" UserInfo={NSUnderlyingError=0x280070270 {Error Domain=AMSErrorDomain Code=100 "Authentication Failed" UserInfo={NSLocalizedFailureReason=The verify credentials...

type: question

## Bug Report I also encountered the same problem, and the product type is: `nonConsumable`; it can be verified during normal purchase, and every time the purchase is verified through...

type: bug

I have implemented **_SwiftyStoreKit.verifyReceipt_** and _**SwiftyStoreKit.verifySubscription**_ methods. While debugging, debugger never goes inside switch statement although result contain "success" when debugged in **InAppReceiptVerificator** class **verifyReceipt()** method. Here is the function...

type: question

Fixed spelling mistakes

I am performing this: ``` let appleValidator = AppleReceiptValidator(service: .production, sharedSecret: "xxxxxxxxxxxx") SwiftyStoreKit.verifyReceipt(using: appleValidator, forceRefresh: true) { result in switch result { case .success(let receipt): print("success: \(receipt)") case .error(let error):...

type: question

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

type: question

## Bug Report "Unknown error. Please contact support" Anyone solve this? ````swift func purchasePro1() { SwiftyStoreKit.purchaseProduct(pro1ID, quantity: 1, atomically: true) { result in switch result { case .success(let purchase): print("Purchase...

type: bug

## Bug Report I cant install latest version using cocoapods pod 'SwiftyStoreKit', '0.16.4' it's because in podscpec file `s.version = '0.16.1'` Please fix it to latest version '0.16.4' **To Reproduce**...

type: bug

[Use case - "Handle Lapsed Subscriptions"](https://developer.apple.com/documentation/appstorereceipts/expiration_intent) [Specification](https://developer.apple.com/documentation/storekit/original_api_for_in-app_purchase/subscriptions_and_offers/handling_subscriptions_billing) Based on changes from https://github.com/bizz84/SwiftyStoreKit/pull/674