# Singular-iOS-SDK
**Repository Path**: arno2021/Singular-iOS-SDK
## Basic Information
- **Project Name**: Singular-iOS-SDK
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-05-20
- **Last Updated**: 2025-05-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Singular-iOS-SDK
To get the instructions on how to integrate Singular iOS SDK please visit the following page [iOS SDK](https://support.singular.net/hc/en-us/articles/360037950591)
## Swift Package Manager
### Introduction
Singular SDK supports installation via Swift Package Manager.
### Installation
**Step 1.** In Xcode go to: File -> Swift Packages -> Add Package Dependency...
**Step 2.** Enter the Singular SDK GitHub repository - ```https://github.com/singular-labs/Singular-iOS-SDK```
**Step 3.** Select the Singular SDK version
**Step 4.** Select the Singular library
**Step 5.** Add the following libraries. (```AdServices.framework``` Must be added, but mark it as Optional since it's only available for devices with iOS 14.3 and higher).
**Step 6.** In your ```AppDelegate``` file import Singular module and start using Singular SDK
