Singular-SDK 12.4.2

Singular-SDK 12.4.2

Maintained by Tapasya, danny, nur nachman.



  • By
  • Singular Labs

Singular-iOS-SDK

To get the instructions on how to integrate Singular iOS SDK please visit the following page iOS SDK

Swift Package Manager

Introduction

Singular SDK version 12.0.7 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