-
Notifications
You must be signed in to change notification settings - Fork 334
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
No transactions in response, Payment completed with no transactions #4524
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 @TobiasPalludan, would you mind opening a support ticket with this case? We'll be able to help you better that way since it looks like an implementation issue. |
I'm having the same issue - @TobiasPalludan did you find a solution? |
I'm magically not having the issue today, and I'm trying to acquire a new phone to test if that's also the case on there. But nothing I tested worked, so my next step would be contacting their support. |
I have to say Apple is idiot. |
I am having the same issue on simulator and Apple reviewers also had the same issue when testing my app |
Do you have this issue consistently or is more like a temporary error? |
@nyeu I had the issue consistently for all users when it occurred - but since it's disappeared by itself I haven't heard of any more issues from users |
@lennondong what do you mean, exactly? Did you confirm that it was an issue on Apple’s end? |
@TobiasPalludan how did you capture those? Do you use verbose logging in production? And did you use some profile in order to retrieve the logs? Or some other way? |
Describe the bug
A clear and concise description of what the bug is. The more detail you can provide the faster our team will be able to triage and resolve the issue. 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.
I'm quite inexperienced with RevenueCat, so I apologize if I am not following proper form, and it is likely what is tripping me up.
In production on iOS, when users start trial of my only product they successfully complete the purchase, but the purchase screen stays, and the user is not registered as paid even when the app is reopened.
I can see the trial in iOS settings under subscriptions.
I am unable to recreate the issue in sandbox mode where payment works without problems.
It is not caught by Apples review process either.
.with(storeKitVersion: .storeKit1)
)I have multiple reports from my separate users, so I fear it's everyone.
Purchases.logLevel = .verbose
will help us debug this issue.What I captured from Xcode in production environment:
What I'm getting from the simulator:
I have spotted that I'm erroneously calling init twice, both here:
and here
But I'm unsure if this is the issue, and I'm not super thrilled about testing in production to find out, so I haven't published a fix for this yet.
Add any other context about the problem here.
As I said, I'm pretty inexperienced, so please let me know if there's anything I can do to add further information.
The text was updated successfully, but these errors were encountered: