We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Still, the products are there:
20:19:55.779 INFO ProductManager.reloadReceipt():291 - Purchased features: [PassepartoutFrontend.LocalProduct(rawValue: "com.algoritmico.ios.Passepartout.features.full_multi_version")]
Maybe just not crediting users until killing the app? This must be coming from the recent ProductManager/InApp refactorings:
The text was updated successfully, but these errors were encountered:
#460 did not resolve the issue. The feature is there but some users still see the paywall.
Also, a case of e.g. [purchase, refund, purchase] may not be handled correctly.
Sorry, something went wrong.
Still not sure about the correct way to handle the receipt cancellation date:
https://developer.apple.com/documentation/appstorereceipts/cancellation_date_ms
Rewrite wrong refund logic (#462)
2e989fd
So, if both a purchase and a refund of feature `.foobar` existed, whatever the dates, the purchase was incorrectly discarded. Fixes #459, fixes #461
keeshux
Successfully merging a pull request may close this issue.
Still, the products are there:
Maybe just not crediting users until killing the app? This must be coming from the recent ProductManager/InApp refactorings:
The text was updated successfully, but these errors were encountered: