Skip to content

macOS & iOS

This tutorial explains the steps to use the sample application to use the Track framework on macOS and iOS environments.

  1. Download the sample application for macOS & iOS

  2. Unzip the downloaded file, then you will see the following files. Run the Track-Sample.xcodeproj to run XCode

    • TRACK-Libary: Path where Track Library is at.
    • TRACK-Sample iOS: Source code for iOS sample applications
    • TRACK-Sample macOS: Source code for macOS sample applications
    • TRACK-Sample Shared: Some codes for both iOS and macOS applications
    • Track-Sample.xcodeproj: XCode project file.

  3. Log in to your XCode account on the Signing & Capabilities section

  4. Build your application with appropriate hardware emulation

  5. Face the Sample Targets to track them.

Attention

The sample applications are built for 'Landscape right' mode

Back to top