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.
-
Environment
- Platform: iOS
- SDK version: 4.33.0
- StoreKit version:
- OS version: 17.2.1
- Xcode version: 15.2
- Device and/or simulator:
- Environment:
- How widespread is the issue. Percentage of devices affected: 100% (only tested on UIKit version of Paywall)
-
Steps to reproduce, with a description of expected vs. actual behavior
- Delete app
- Re-build app
- Perform an action that is gated by an IAP to trigger Paywall UI
- Tap restore purchase button
- See success alert
- Observe Paywall UI is still present
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Calling controller.dismiss(animated) when receiving didFinishRestoringWith WILL dismiss the view controller, but the "Success" alert will NOT be shown
- Additional context
This does not match the same behavior as making a successful purchase does on the Paywall UI. A successful purchase auto dismisses the PaywallViewController.
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.
Environment
usesStoreKit2IfAvailable(true))Steps to reproduce, with a description of expected vs. actual behavior
Calling
controller.dismiss(animated)when receivingdidFinishRestoringWithWILL dismiss the view controller, but the "Success" alert will NOT be shownThis does not match the same behavior as making a successful purchase does on the Paywall UI. A successful purchase auto dismisses the
PaywallViewController.