Table of contents

License Initialization

Get a trial license

You can request a 30-day trial license via the Request a Trial License link.

Get a Full License

Contact us to purchase a full license.

Set the License In the Code

  • Objective-C
  • Swift
  1. DSMRZScannerConfig *config = [[DSMRZScannerConfig alloc] init];
    config.license = @"YOUR-LICENSE-KEY";
    
  2. let config = MRZScannerConfig()
    config.license = "YOUR-LICENSE-KEY"
    

Is this page helpful?

YesYes NoNo

In this article: