This tutorial shows how to run an iOS Objective-C demo using LEADTOOLS.
Overview | |
---|---|
Summary | This tutorial covers how to properly add your LEADTOOLS license files and run the iOS Demos shipped with the LEADTOOLS SDK. |
Completion Time | 10 minutes |
Platform | iOS (Objective-C) |
IDE | Xcode |
Runtime License | Download LEADTOOLS |
Navigate to one of the iOS demo projects and open it in Xcode.
For the purposes of this demo, we will be setting up and running the Viewer demo found at the following default installation location: <INSTALL_DIR>/LEADTOOLS21/Examples/Xcode/iOS/Objective-C/ViewerDemo
.
If you do not have the iOS/macOS LEADTOOLS SDK ZIP on your machine proceed as follows:
Navigate the installation structure to the /LEADTOOLS21/Support/Common/License
directory. Copy your LEADTOOLS license (.LIC) and LEADTOOLS key (.LIC.key) files into that directory. Ensure that the license and key files that are copied over are using the specified naming convention LEADTOOLS.LIC
and LEADTOOLS.LIC.key
.
Note
LEADTOOLS Demo Xcode projects by default reference the license and key files from
/LEADTOOLS21/Support/Common/License
. The license and key files use a naming convention that must not be altered. No other changes are needed to run the projects.
To run the iOS demo, press Command + R.
In this tutorial, we covered where to locate the LEADTOOLS iOS demo projects and add the LIC and KEY files to the proper folder to run the iOS demo projects.