Sternum iOS SDK
|
This repository contains the files of the Sternum iOS SDK, a versatile and flexible tool for implementing Relay applications and adding observability and traceability into iOS devices using C, C++ or Objective-C.
For introduction and integration information, refer to the Online documentation.
libs
in your component root directory.libSternumSDK.a
and include/
and place it in the libs
directory.[component].xcodeproj
) in the Xcode IDE. Use a right click to add existing files to the project and select the libs/
directory. When adding the libs/
directory to the project, make sure to select all of the relevant targets to avoid compilation errors.Please refer to sternum_sdk.h
and sternum_trace_api.h
for complete API documentation.