Core

A robust user authentication system is implemented to ensure our platform's security and privacy. User credentials are securely stored and encrypted using industry-standard methods. Access control is enforced through carefully managed permissions, granting users access only to features and functionalities based on the entitlements. This approach adheres to stringent security and data protection standards. Personalized services are provided by leveraging stored credentials, allowing for tailored user experiences. It is important to note that authentication is mandatory for utilizing any functionality within the TruvideoSDK.

Note
Please note that authentication is a prerequisite for utilizing any functionality within the TruvideoSDK.

Adding Module

Add a dependency for the core module in Swift Package Manager get latest version.

"https://github.com/Truvideo/truvideo-sdk-ios-core.git"

To add a dependency for the core module in Swift Package Manager, follow these steps:

  1. Open your Xcode project.

  2. Navigate to the "File" menu and select "Swift Packages" -> "Add Package Dependency..."

  3. In the dialog that appears, enter the URL of the package repository containing the core module.

  4. In the next step, you'll be prompted to choose the version, branch, or commit of the package you want to use. Select the appropriate option and click "Next."

  5. Xcode will then resolve the package and its dependencies.

  6. In the "Add package product to your App" dialog, make sure that the core module is selected and added to your app's target.

  7. Click on the "Finish" button to add the dependency.

For detailed instructions, you can refer to the Swift Package Manager documentation provided by Apple here.

Last updated

Was this helpful?