You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following code, but only the paywallViewControllerWasDismissed method is being called. Other PaywallViewControllerDelegate methods are not triggered. Any solution for this?
import Foundation
import RevenueCatUI
import RevenueCat
import UIKit
I have the following code, but only the paywallViewControllerWasDismissed method is being called. Other PaywallViewControllerDelegate methods are not triggered. Any solution for this?
import Foundation
import RevenueCatUI
import RevenueCat
import UIKit
class RevenueCatManager: NSObject {
}
extension RevenueCatManager: PaywallViewControllerDelegate {
}
The text was updated successfully, but these errors were encountered: