Skip to main content

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.

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.

Step 1.1

Frameworks folder inside the Project folder

Step 1.2

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.

Step 2.1

Step 2.2

Group Link SDK inside the project

Next Steps

Now you can check the iOS Required Permissions page to continue the setup.