PurchaseTester: added section to visualize AppleReceipt#2211
Merged
Conversation
NachoSoto
commented
Jan 12, 2023
NachoSoto
commented
Jan 12, 2023
Contributor
Author
There was a problem hiding this comment.
All these changes are basically because it now depends on both RevenueCat and ReceiptParser.
efb08c6 to
0d6d95c
Compare
0342d16 to
2aed2cb
Compare
0d6d95c to
f8f5526
Compare
2aed2cb to
1099ce0
Compare
tonidero
approved these changes
Jan 13, 2023
aboedo
reviewed
Jan 13, 2023
eff898a to
66bb790
Compare
1099ce0 to
4a1855c
Compare
66bb790 to
81f63fb
Compare
4a1855c to
7c370bf
Compare
aboedo
approved these changes
Jan 17, 2023
81f63fb to
2646633
Compare
7c370bf to
9f235a3
Compare
Contributor
Author
|
Will update this to point to a new release that includes the new necessary API introduced in #2204. |
NachoSoto
pushed a commit
that referenced
this pull request
Jan 18, 2023
**This is an automatic release.** ### Other Changes * set flag to extract objc info for swift symbols (#2218) via Andy Boedo (@aboedo) * Produce a compilation error when using an old `Xcode` version (#2222) via NachoSoto (@NachoSoto) * `SPM`: added `APPLICATION_EXTENSION_API_ONLY` flag to `RevenueCat` and `ReceiptParser` (#2217) via NachoSoto (@NachoSoto) * `PurchaseTester`: added section to visualize `AppleReceipt` (#2211) via NachoSoto (@NachoSoto)
NachoSoto
added a commit
that referenced
this pull request
Jan 18, 2023
See #2211. If `restorePurchases` fails for any reason, we still want to try to load the local receipt. We're only interested in refreshing the receipt to load it.
NachoSoto
added a commit
that referenced
this pull request
Jan 18, 2023
See #2211. If `restorePurchases` fails for any reason, we still want to try to load the local receipt. We're only interested in refreshing the receipt to load it.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes CSDK-626.
Depends on #2199, #2200, #2202, #2203, #2204, #2210.