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

## Bug Report I want to use SwiftyStoreKit in an watchOS app with deployment target of watchOS 4.0. Prior watchOS 6.2 I cannot use the Framework, since the API was...

type: bug
help wanted
status: needs analysis

### Platform iOS 13.1 and 13.2 ### In app purchase type - [ ] Consumable ### Environment - [ ] Sandbox ### Version SwiftyStoreKit (0.15.0) // installation: pod 'SwiftyStoreKit' ###...

type: bug
status: needs analysis
area: purchase flows
difficulty: intermediate

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

type: bug
help wanted
status: needs analysis
area: purchase flows
difficulty: advanced

**I am not sure if this is caused by this package.** But here's the problem: we I'm trying to run my app using this package on my iPhone, I got...

type: bug

I tried a function like this: ``` func verifyPurchase(productId:String,sharedSecret:String) ->String { var returnValue = "none" let appleValidator = AppleReceiptValidator(service: .production, sharedSecret: sharedSecret) SwiftyStoreKit.verifyReceipt(using: appleValidator) { result in switch result {...

type: question

## Bug Report About 2/3 of attempts to purchase a renewable subscription in production are failing with error 2, payment cancelled. This is hard to reproduce in TestFlight/Sandbox. I realize...

type: bug

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

type: question
help wanted

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

type: question
help wanted

# Hey you, developer! Read this, please! We need _you_. Today at WWDC20, Apple announced an all-new [StoreKitTesting framework](https://developer.apple.com/documentation/xcode/setting_up_storekit_testing_in_xcode). > StoreKit testing in Xcode is a local test environment where...

type: enhancement
iOS & iPadOS
macOS
area: receipt-validation
help wanted
status: work in progress
area: purchase flows
difficulty: beginner
difficulty: intermediate
difficulty: advanced
area: new technologies
macOS Catalyst

Please read the entire note! Guideline 2.1 - Performance - App Completeness We found that your in-app purchase products exhibited one or more bugs when reviewed on iPad and iPhone...

type: bug