-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASN.1 indefinite length support added; Thereby StoreKit receipts now …
…supported; Got rid of necessity of any math extension
- Loading branch information
Showing
12 changed files
with
173 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### [1.4.0] 2023-08-29 | ||
|
||
**IMPROVEMENTS:** | ||
|
||
- ASN.1: indefinite length support added | ||
- Thereby StoreKit receipts now supported | ||
- Got rid of necessity of any math extension | ||
|
||
### [1.3.0] 2023-08-25 | ||
|
||
**IMPROVEMENTS:** | ||
|
||
- AppStoreServerAPIReceiptExtender: merge strategy changed, now receipt's data won't be overwritten by API response. The reason is that API response doesn't contain `is_trial_period` and `is_in_intro_offer_period` | ||
|
||
### [1.2.0] 2023-08-25 | ||
|
||
**IMPROVEMENTS:** | ||
|
||
- Receipt verification fix: receiptCreationDate is now ignored in favor of requestDate | ||
|
||
### [1.1.0] 2023-08-23 | ||
|
||
**IMPROVEMENTS:** | ||
|
||
- Receipt verification fix: if no receiptCreationDate found in the receipt, requestDate will be used instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.