TPInAppReceipt icon indicating copy to clipboard operation
TPInAppReceipt copied to clipboard

Reading and Validating In App Purchase Receipt Locally.

Results 7 TPInAppReceipt issues
Sort by recently updated
recently updated
newest added

Hello, and thank you for such great library. The comment for cancellationDate says: Returns `nil` if the purchase is not a renewable subscription But [the docs](https://developer.apple.com/library/archive/technotes/tn2413/_index.html#//apple_ref/doc/uid/DTS40016228-CH1-RECEIPT-HOW_DO_I_USE_THE_CANCELLATION_DATE_FIELD_) say that this field...

question

When building for any iOS simulator on an M1 Mac, the following error occurs: `Could not find module 'TPInAppReceipt' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/wizfinger/Library/Developer/Xcode/DerivedData/appname-bkfhgmponcvrxfawozdvxtgsikwn/Build/Products/Debug-iphonesimulator/TPInAppReceipt.swiftmodule` (TPInAppReceipt_Objc has the same...

bug

Hi, You have done a nice work. I want to clarify about Subscription Trial Period ASN.1 Field type. https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ReceiptFields.html#//apple_ref/doc/uid/TP40010573-CH106-SW1 Document say's:- If a previous subscription period in the receipt has...

question

Hi, I have been using TPInAppReceipt in my app "Pilot Log for Tesla" (thank you). I have had no issue so far. However in Xcode (latest) I now get "Compiled...

question

Hello, I am getting the following double warnings in the console leading to an unresponsive UI for a couple seconds. Warning is triggered when calling `SecTrustEvaluateWithError` in `checkChainOfTrust()` function after...

question

Hello, Is this library compatibile with new StoreKit 2 version or requires some changes? Thanks.

question

Hello, I’ve been using TPInAppReceipt prior to the 3.4.1. update. With the 3.4.1 update I notice the Validation: verifySignature() function has changed. Previously while in DEBUG mode, the checkChainOfTrust() function...