-
Notifications
You must be signed in to change notification settings - Fork 169
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
The second and subsequent purchases did not go well and were not reflected on the dashboard #556
Comments
👀 SDKONCALL-194 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Is this happening in sandbox? If so, this is likely happening because the user has many purchases in their receipt, which is common in sandbox. You can try making a new sandbox user. Currently our mobile engineers are working on updating the SDK to handle this sandbox case better, but you likely won't see this happen in production. If this is in production, please let me know! |
@Terurinpic it seems like this ticket is a duplicate of #557, would you mind if we close this one out and continue conversation there? |
@michaelAtRC @aboedo |
Hey @Terurinpic Happy new year! Quick question, did creating a new sandbox user and purchasing show you the same problem? Or did it resolve this issue? |
Hello @michaelAtRC Happy New Year to you too! I tried it, but i have the same problem. |
Hey @Terurinpic I have gone ahead and raised this issue to the TRIAGE team. I will keep you updated as I get more information! |
The logs show that the request to refresh the receipt was throttled. That seems to be a new thing in StoreKit, since we only started seeing it like a month or two ago. |
@Terurinpic question that might be helpful for us when debugging, are these consumables or non-consumables? |
@aboedo consumables! |
Thanks for the quick turnaround! We're investigating the issue. It seems likely that it's related to the throttling of the refresh receipt request |
@Terurinpic does this reproduce consistently for you? I see a number of purchases for that user in the purchase history for |
@aboedo |
@Terurinpic do they show in the SDK in customerInfo under |
I can't seem to reproduce 😬 I just tried buying the same consumable multiple times in the same session I can see all purchases in the dashboard in sandbox data |
@aboedo |
Hey @Terurinpic could we get appUserIDs that reproduce this and gather logs for it? I tried looking up the appUserID in the logs but it’s already been cycled out. |
@michaelAtRC |
Hey @Terurinpic That would be great to create a new support ticket! |
@michaelAtRC |
Hey @michaelAtRC @aboedo |
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctor
purchases-flutter
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
I want to make the second and subsequent purchases successful.
However, after the second purchase, the following error occurs and the purchase is not reflected on the dashboard.
Additional context
it's working on Android and iOS15
Thank you.
The text was updated successfully, but these errors were encountered: