Browse Source

【综合】放开IAP购买&测试流程确认

niehaoyu 1 year ago
parent
commit
5a679ea8c8

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/Appstore/KMPurchaseCompareWindowController.m

@@ -763,7 +763,7 @@ static NSString *const KMPurchaseCompareCellIdentifier       = @"KMPurchaseCompa
 #pragma mark - Button Actions
 
 - (IBAction)buttonItemClicked_Subscribe:(id)sender {
-//    [[IAPProductsManager defaultManager] makeProduct:[IAPProductsManager defaultManager].newlyMonthProduct];
+    [[IAPProductsManager defaultManager] makeProduct:[IAPProductsManager defaultManager].newlyMonthProduct];
     [self addWaingView:self.window.contentView];
      
 }