Skip to content

Commit 705ce50

Browse files
Updated descriptions for license
1 parent ad33358 commit 705ce50

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
5050
## License
5151
5252
- If you want to use an offline license, please contact [Dynamsoft Support](https://www.dynamsoft.com/company/contact/)
53-
- You can also request a 30-day trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github)
53+
- You can also request an extension for your trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github)
5454
5555
## Contact Us
5656

android/GeneralSettings/app/src/main/java/com/dynamsoft/generalsettings/scan/ScanFragment.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
5050
try {
5151

5252
// Initialize license for Dynamsoft Barcode Reader.
53-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
53+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
5454
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
55-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=android
55+
// You can also request an extension for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
5656
reader = new BarcodeReader();
5757
DMDLSConnectionParameters dlsParameters = new DMDLSConnectionParameters();
5858
dlsParameters.organizationID = "200001";
@@ -69,8 +69,8 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
6969
}
7070

7171
// Initialize license for Dynamsoft Camera Enhancer.
72-
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a 7-day free license. Note that network connection is required for this license to work.
73-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
72+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a time-limited public trial license. Note that network connection is required for this license to work.
73+
// You can also request an extension for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
7474
CameraEnhancer.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", (isSuccessful, e) -> {
7575
if (!isSuccessful) {
7676
e.printStackTrace();

android/HelloWorld/app/src/main/java/com/dynamsoft/helloworld/MainActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ protected void onCreate(Bundle savedInstanceState) {
4242
reader = new BarcodeReader();
4343

4444
// Initialize license for Dynamsoft Barcode Reader.
45-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
45+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
4646
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
47-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=android
47+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=android
4848
DMDLSConnectionParameters dbrParameters = new DMDLSConnectionParameters();
4949
dbrParameters.organizationID = "200001";
5050
reader.initLicenseFromDLS(dbrParameters, new DBRDLSLicenseVerificationListener() {

android/PerformanceSettings/app/src/main/java/com/dynamsoft/performancesettings/ScanFragment.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
5353
super.onCreate(savedInstanceState);
5454

5555
// Initialize license for Dynamsoft Barcode Reader.
56-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
56+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a time-limited public trial license. Note that network connection is required for this license to work.
5757
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
58-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=android
58+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
5959
try {
6060
reader = new BarcodeReader();
6161
DMDLSConnectionParameters dlsParameters = new DMDLSConnectionParameters();
@@ -72,8 +72,8 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
7272
}
7373

7474
// Initialize license for Dynamsoft Camera Enhancer.
75-
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a 7-day free license. Note that network connection is required for this license to work.
76-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
75+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a time-limited public trial license. Note that network connection is required for this license to work.
76+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=android
7777
CameraEnhancer.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", (isSuccessful, e) -> {
7878
if (!isSuccessful) {
7979
e.printStackTrace();

android/Usecase/ReadADriversLicense/app/src/main/java/com/dynamsoft/readadriverlicense/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected void onCreate(Bundle savedInstanceState) {
8484
DMDLSConnectionParameters dbrParameters = new DMDLSConnectionParameters();
8585
// The organization id 200001 here will grant you a public trial license good for 7 days.
8686
// After that, please visit: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=android
87-
// to request for 30 days extension.
87+
// to request for an extension.
8888
dbrParameters.organizationID = "200001";
8989
reader.initLicenseFromDLS(dbrParameters, new DBRDLSLicenseVerificationListener() {
9090
@Override

ios/Objective-C/GeneralSettingsObjC/GeneralSettingsObjC/MainViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ - (void)configureDefaultDBR
199199
{
200200
iDMDLSConnectionParameters *dls = [[iDMDLSConnectionParameters alloc] init];
201201
// Initialize license for Dynamsoft Barcode Reader.
202-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
202+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
203203
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
204-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
204+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
205205
dls.organizationID = @"200001";
206206

207207
[GeneralSettingsHandle setting].barcodeReader = [[DynamsoftBarcodeReader alloc] initLicenseFromDLS:dls verificationDelegate:self];

ios/Objective-C/HelloWorldObjC/HelloWorldObjC/ViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ - (void)viewWillAppear:(BOOL)animated {
2929
- (void)configurationDBR{
3030
iDMDLSConnectionParameters* dls = [[iDMDLSConnectionParameters alloc] init];
3131
// Initialize license for Dynamsoft Barcode Reader.
32-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
32+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
3333
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
34-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
34+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
3535
dls.organizationID = @"200001";
3636
_barcodeReader = [[DynamsoftBarcodeReader alloc] initLicenseFromDLS:dls verificationDelegate:self];
3737

ios/Objective-C/PerformanceSettingsObjC/PerformanceSettingsObjC/RootViewController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ - (void)configureDBR
576576
{
577577
iDMDLSConnectionParameters *dls = [[iDMDLSConnectionParameters alloc] init];
578578
// Initialize license for Dynamsoft Barcode Reader.
579-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
579+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
580580
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
581-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
581+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
582582
dls.organizationID = @"200001";
583583

584584
self.barcodeReader = [[DynamsoftBarcodeReader alloc] initLicenseFromDLS:dls verificationDelegate:self];
@@ -684,7 +684,7 @@ - (void)handleImageDecodeResults:(NSArray<iTextResult *> *)results err:(NSError*
684684
NSString *msg = @"Please visit: https://www.dynamsoft.com/customer/license/trialLicense?";
685685
for (NSInteger i = 0; i< [results count]; i++) {
686686
if (results[i].exception != nil && [results[i].exception containsString:msg]) {
687-
msgText = [msg stringByAppendingString:@"product=dbr&utm_source=installer&package=ios to request for 30 days extension."];
687+
msgText = [msg stringByAppendingString:@"product=dbr&utm_source=installer&package=ios to request for an extension."];
688688
title = @"Exception";
689689
break;
690690
}

ios/Swift/GeneralSettingsSwift/GeneralSettingsSwift/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate,DCELicenseVerificationList
77
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
88

99
// Initialize license for Dynamsoft Camera Enhancer.
10-
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a 7-day free license. Note that network connection is required for this license to work.
11-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=ios
10+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a time-limited public trial license. Note that network connection is required for this license to work.
11+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dce&utm_source=installer&package=ios
1212
DynamsoftCameraEnhancer.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", verificationDelegate: self)
1313
// Override point for customization after application launch.
1414
return true

ios/Swift/GeneralSettingsSwift/GeneralSettingsSwift/ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ class ViewController: UIViewController, DMDLSLicenseVerificationDelegate, DBRTex
6464
func configurationDBR() {
6565
let lts = iDMDLSConnectionParameters()
6666
// Initialize license for Dynamsoft Barcode Reader.
67-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
67+
// The organization id 200001 here will grant you a time-limited public trial license. Note that network connection is required for this license to work.
6868
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
69-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
69+
// You can also request an extention for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=installer&package=ios
7070
lts.organizationID = "200001"
7171
GeneralSettings.instance.dbr = DynamsoftBarcodeReader(licenseFromDLS: lts, verificationDelegate: self)
7272
GeneralSettings.instance.isContinueScan = true

0 commit comments

Comments
 (0)