Manual Integration
Here you will learn how to integrate the Group Link iOS SDK without any dependency manager.
Before starting, download the framework to add it to your project.
Step 1 - Installing the Group Link Library
To start you need to create a folder named "Frameworks" inside your project root directory, this is the folder where you will put the GroupLink.xcframework file.
Frameworks folder inside the Project folder
GroupLink.xcframework file inside the Frameworks folder
Step 2 - Importing to the Project
Next, you will need to import the Group Link xcframework to your project, just go to your project file on the Xcode sidebar and add it to the Framework, Libraries, and Embedded Content, click on the plus sign, and search for the GroupLink.xcframework to add. Alternatively, you can drag the file to the list.
Group Link SDK inside the project
Next Steps
Now you can check the iOS Required Permissions page to continue the setup.