-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in-app purchases handling on SK2 #4363
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @morisgateno-appsflyer, thanks for filing this ticket! Would you mind providing some additional info about the issue you're seeing so we can get a better understanding of what's going on?
Thanks! |
I want to debug what happens to a purchase observer after I purchase a consumable product. I see you use How can I catch the consumable in-apps if so? What is the
Thanks. |
Hi.
The below function seems not to handle the consumable purchase.
purchases-ios/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift
Line 121 in 7b1d0b3
On the other hand, when doing observerMode = true,
the purchase is handled on:
purchases-ios/Sources/Purchasing/StoreKit2/Observer Mode/StoreKit2ObserverModePurchaseDetector.swift
Line 61 in 7b1d0b3
So technically when not observing the the consumables are not observed?
Thanks.
Moris.
The text was updated successfully, but these errors were encountered: