# 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... Screenshot 2021-06-08 at 4 38 30 PM **Step 2.** Enter the Singular SDK GitHub repository - ```https://github.com/singular-labs/Singular-iOS-SDK``` Screenshot 2021-06-08 at 4 39 06 PM **Step 3.** Select the Singular SDK version Screenshot 2021-06-08 at 4 39 25 PM **Step 4.** Select the Singular library Screenshot 2021-06-08 at 4 39 37 PM **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). Screenshot 2021-06-08 at 5 27 44 PM **Step 6.** In your ```AppDelegate``` file import Singular module and start using Singular SDK Screenshot 2021-06-08 at 4 40 41 PM