SwiftyStoreKit
SwiftyStoreKit copied to clipboard
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
Apple rejected my application, their suggestion: When validating receipts on your server, your server needs to be able to handle a production-signed app getting its receipts from Apple’s test environment....
I have one non-consumable IAP in iOS app (premium update) 1- Should I call this verify method every time the user opens the app let appleValidator = AppleReceiptValidator(service: .production, sharedSecret:...
I have read code and search for issue but I can't find any issue related to keyword "jailbreak", so I want to know SwiftyStoreKit has handle this or not? [Here](https://www.wikigain.com/get-free-in-app-purchase/)...
when logging out from my current account and register with the new account I'm receiving this message "You are currently subscribed to this", I need the user to pay for...
I just discovered this awesome project and when I tried using the demo project for iOS with my IAP setup properly I get `Invalid product identifier` so I have decided...
## Bug Report Steps: 1. Purchased free trial of product (yearly subscription) "#####.premiumyearly" on 15th July 2021 2. Cancelled free trial and free trial expired on 18th July 2021 3....
### Platform - [x] iOS ### In app purchase type - [x] Non-consumable - [x] Auto-Renewable Subscription ### Environment - [x] Sandbox ### Version 0.13.3 ## Report ### Issue summary...
The following information is displayed on the promotion management page of the AppStore: `These in-app purchases can’t be promoted on the App Store because your latest approved binary doesn’t include...
## Question Why payments.remove(at: paymentIndex) in deferred case? Why not handle like purchasing case? Here some info about deferred case: - when in deferred case, Apple sample code comment that...