Skip to content

StoreKit1Wrapper: separated SKPaymentTransactionObserver and SKPaymentQueueDelegate implementations#1961

Merged
NachoSoto merged 2 commits into
mainfrom
store-kit-wrapper-delegates
Oct 7, 2022
Merged

StoreKit1Wrapper: separated SKPaymentTransactionObserver and SKPaymentQueueDelegate implementations#1961
NachoSoto merged 2 commits into
mainfrom
store-kit-wrapper-delegates

Conversation

@NachoSoto

Copy link
Copy Markdown
Contributor

This way it's more clear which methods belong to which protocol.
This confusion is what lead to #1901 being wrong (will fix in a separate PR).

@NachoSoto NachoSoto requested a review from a team September 30, 2022 18:47
…aymentQueueDelegate` implementations

This way it's more clear which methods belong to which protocol.
This confusion is what lead to #1901 being wrong.
NachoSoto added a commit that referenced this pull request Sep 30, 2022
… to fix promoted purchases

Follow up to #1901. That fix was incomplete. I missed it because the protocols were mixed up (fixed in #1961).
Now `PaymentQueueWrapper`, when set up as the delegate (only when SK2 is enabled and SK1 is disabled) will be added as a transaction observer.
@NachoSoto NachoSoto merged commit 0dda9c4 into main Oct 7, 2022
@NachoSoto NachoSoto deleted the store-kit-wrapper-delegates branch October 7, 2022 14:31
NachoSoto added a commit that referenced this pull request Oct 7, 2022
… to fix promoted purchases

Follow up to #1901. That fix was incomplete. I missed it because the protocols were mixed up (fixed in #1961).
Now `PaymentQueueWrapper`, when set up as the delegate (only when SK2 is enabled and SK1 is disabled) will be added as a transaction observer.
NachoSoto added a commit that referenced this pull request Oct 7, 2022
… to fix promoted purchases (#1962)

Follow up to #1901. That fix was incomplete. I missed it because the
protocols were mixed up (fixed in #1961). Now `PaymentQueueWrapper`,
when set up as the delegate (only when SK2 is enabled and SK1 is
disabled) will be added as a transaction observer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants