Releases: readdle/app-store-receipt-verification
Releases · readdle/app-store-receipt-verification
1.7.1
BUGFIX:
pending_renewal_info
is now populated from ALL transactions of each subscription group, not only from the first one as it was previously
1.7.0
IMPROVEMENTS:
latest_receipt
field is now added to Xcode receipts as well (there was an exception for Xcode receipts previously)
1.6.2
BUGFIX:
AppStoreServerAPIReceiptExtender::extendReceiptTransactionInfo()
: fixed merging of transaction data
1.5.1
[1.5.1] 2024-02-22
BUGFIX:
Utils::receiptJsonSerialize()
: DateTime field serialization fix, handle possible exception in case of wrong format
1.5.0
IMPROVEMENTS:
- AppStoreReceiptVerification: response composing refactored
organization_display_name
VPP field added to the list of known receipt fields
- AppStoreReceiptVerificationTest reorganized,
README
updated
1.4.2
BUGFIX:
- AppStoreServerAPIReceiptExtender: proper handling of 'unknown' subarray (in case of dev mode) added
1.4.1
BUGFIX:
- Let AppStoreServerAPIReceiptExtender throw AppStoreServerAPIException to allow its proper handling
1.4.0
IMPROVEMENTS:
- ASN.1: indefinite length support added
- Thereby StoreKit receipts now supported
- Got rid of necessity of any math extension