DAC iOS/tvOS SDK

API Wrappers

DAS SDK functionality can be integrated in the application using the following wrapper APIs:

  • DAC APIs
  • High level wrapper APIs

DAC APIs

DAC (Device Authentication Client) wrapper APIs are low level APIs. Application can use these APIs if they want to have more control on different DAS operations.

Details about these wrapper APIs can be found in DAC_API.chm.

High Level wrapper APIs

These high level wrapper APIs are written on the top of DAC APIs which wraps several functionalities using DAC APIs. The Reference DAS Application is using these High Level wrapper APIs for DAS functionalities.

These APIs are exposed in header files applicationController.h and OTVDasSessionManager.h included in SDK framework delivered in XCFramework format.

Note that header file OTVDasSessionManager.h contains the refactored APIs and are recommended to use. Some of existing APIs mentioned in header file applicationController.h are deprecated.

Details about these APIs can be found here.