|
@@ -416,10 +416,7 @@ NSPopoverDelegate>
|
|
|
[vc showWindow:nil];
|
|
|
}
|
|
|
} else if (btn.tag == 10002) {
|
|
|
- NSURL *url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/store?utm_source=app_dmg&utm_medium=dmg_puw_free_trial"];
|
|
|
- if([SKInspectPublicTool currentisLanguageHans]) {
|
|
|
- url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/zh-cn/store?utm_source=app_dmg&utm_medium=dmg_puw_free_trial"];
|
|
|
- }
|
|
|
+ NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
|
|
|
[[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
[[FMTrackEventManager defaultManager] trackEventWithEvent:@"PUW" withProperties:@{@"PUW_Btn":@"PUW_Btn_UpgradeBuyNow"}];
|
|
|
} else if (btn.tag == 10003) {
|
|
@@ -448,10 +445,7 @@ NSPopoverDelegate>
|
|
|
KMVerificationWindowController *vc = [KMVerificationWindowController verificationWithType:KMVerificationTypeActivate];
|
|
|
[vc showWindow:nil];
|
|
|
} else if (index == 2) {
|
|
|
- NSURL *url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/store"];
|
|
|
- if([SKInspectPublicTool currentisLanguageHans]) {
|
|
|
- url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/zh-cn/store"];
|
|
|
- }
|
|
|
+ NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
|
|
|
[[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
[[FMTrackEventManager defaultManager] trackEventWithEvent:@"PUW" withProperties:@{@"PUW_Btn":@"Btn_PUW_BuyNow-Expire"}];
|
|
|
}
|
|
@@ -486,19 +480,13 @@ NSPopoverDelegate>
|
|
|
[vc showWindow:nil];
|
|
|
} else if (ActivityStatusVerification == [VerificationManager manager].status) {
|
|
|
if ([VerificationManager manager].needUpgradeLicense) {
|
|
|
- NSURL *url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/store?product_code=product_2"];
|
|
|
- if([SKInspectPublicTool currentisLanguageHans]) {
|
|
|
- url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/zh-cn/store?product_code=product_2"];
|
|
|
- }
|
|
|
+ NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
|
|
|
[[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
[[FMTrackEventManager defaultManager] trackEventWithEvent:@"Tbr" withProperties:@{@"Tbr_Btn":@"Btn_Tbr_PDFtoOffice"}];
|
|
|
}
|
|
|
} else {
|
|
|
if ([VerificationManager manager].needUpgradeLicense) {
|
|
|
- NSURL *url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/store?product_code=product_2"];
|
|
|
- if([SKInspectPublicTool currentisLanguageHans]) {
|
|
|
- url = [NSURL URLWithString:@"https://www.pdfreaderpro.com/zh-cn/store?product_code=product_2"];
|
|
|
- }
|
|
|
+ NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
|
|
|
[[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
[[FMTrackEventManager defaultManager] trackEventWithEvent:@"Tbr" withProperties:@{@"Tbr_Btn":@"Btn_Tbr_PDFtoOffice"}];
|
|
|
} else {
|