Explorar el Código

Open paywall from premium sidebar action.

Route premium sidebar clicks to the paywall upgrade/manage surface so Manage Subscription and Restore Purchase remain available in the paywall footer.

Made-with: Cursor
huzaifahayat12 hace 1 mes
padre
commit
b715b20caa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      meetings_app/ViewController.swift

+ 1 - 1
meetings_app/ViewController.swift

@@ -551,7 +551,7 @@ private extension ViewController {
551 551
 
552 552
     @objc private func premiumButtonClicked(_ sender: NSClickGestureRecognizer) {
553 553
         if storeKitCoordinator.hasPremiumAccess {
554
-            openManageSubscriptions()
554
+            showPaywall(upgradeFlow: true, preferredPlan: .lifetime)
555 555
         } else {
556 556
             showPaywall()
557 557
         }