소스 검색

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 3 달 전
부모
커밋
b715b20caa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      meetings_app/ViewController.swift

+ 1 - 1
meetings_app/ViewController.swift

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