Media
Our Media module stands out as a potent tool for efficient and secure management and sharing of your image and video content. This module streamlines the process of uploading multimedia files to cloud storage, offering a hassle-free experience.
Primary Benefit
Seamlessly integrates with your workflow through its user-friendly API, reducing the need for manual database management.
Eliminates the complexities of setting up databases and managing servers, allowing you to focus on your core tasks
Adding Module
Add a dependency for the core module in Swift Package Manager get latest version.
https://github.com/Truvideo/truvideo-sdk-ios-media.git
To add a dependency for the core module in Swift Package Manager, follow these steps:
Open your Xcode project.
Navigate to the "File" menu and select "Swift Packages" -> "Add Package Dependency..."
In the dialog that appears, enter the URL of the package repository containing the core module.
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."
Xcode will then resolve the package and its dependencies.
In the "Add package product to your App" dialog, make sure that the core module is selected and added to your app's target.
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?