Implement the SDK Manually
If you don’t use SPM or CocoaPods, you can implement the SDK manually. The frameworks that you add to your project depend on which version of the SDK you use.
Download these frameworks only from the linked GitHub repositories.
- Download the latest versions of the frameworks:
- Copy the relevant .xcframework directories into your project folder.
- In Xcode, open your project and select the appropriate target.
- In the general settings for the target, add the required .xcframework files to Frameworks, Libraries, and Embedded Content.
- In Build Settings, add
-ObjC to Other Linker Flags.
- Download the latest versions of the frameworks:
- Copy the relevant .xcframework directories into your project folder.
- In Xcode, open your project and select the appropriate target.
- In the general settings for the target, add the required .xcframework files to Frameworks, Libraries, and Embedded Content.
- In Build Settings, add
-ObjC to Other Linker Flags.
- Download the latest versions of the frameworks:
- Copy the relevant .xcframework directories into your project folder.
- In Xcode, open your project and select the appropriate target.
- In the general settings for the target, add the required .xcframework files to Frameworks, Libraries, and Embedded Content.
- In Build Settings, add
-ObjC to Other Linker Flags.
After you install the dependencies, configure the SDK.