3
0

2 کامیت‌ها 39105d4174 ... 8b2eb43543

نویسنده SHA1 پیام تاریخ
  tangchao 8b2eb43543 Merge branch 'develop_PDFReaderProNew_v4.7.0_AppStroe' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProNew_v4.7.0_AppStroe 1 روز پیش
  tangchao 13addc594f 【综合】免费试用AI入口补充 1 روز پیش
1فایلهای تغییر یافته به همراه2 افزوده شده و 9 حذف شده
  1. 2 9
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

+ 2 - 9
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

@@ -668,17 +668,10 @@ NSPopoverDelegate>
         [winC showWindow:nil];
         [winC.window center];
 #else
-        //            self.window?.showWaitingView()
-        // AppStore 免费版本
-        IAPProductsManager *man = [IAPProductsManager defaultManager];
-        [man makeSubProduct:man.aiAllAccessPack12month_lite discount:man.isCancelAutoRenew];
-        
+        [[KMFreeGetAIWC shared] showWindow:nil];
 #endif
 #else
-        // AppStore 付费版
-        //            self.window?.showWaitingView()
-        IAPProductsManager *man = [IAPProductsManager defaultManager];
-        [man makeSubProduct:man.aiAllAccessPack12month_pro discount:man.isCancelAutoRenew];
+        [[KMFreeGetAIWC shared] showWindow:nil];
 #endif
     }
 }