# AppsFlyerFramework **Repository Path**: mtdev/AppsFlyerFramework ## Basic Information - **Project Name**: AppsFlyerFramework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-15 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AppsFlyerFramework [![Version](https://img.shields.io/cocoapods/v/AppsFlyerFramework.svg?style=flat)](http://cocoapods.org/pods/AppsFlyerFramework) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) In order to download and/or get instruction on how to integrate AppsFlyer iOS SDK please visit the following page - [iOS SDK](https://support.appsflyer.com/hc/en-us/sections/201691546-iOS-SDK) --- In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , reproduction steps, logs, code snippets and any additional relevant information. --- ## Swift Package Manager ### Introduction AppsFlyer SDK version 6.1.x+ supports installation via [Swift Package Manager](https://swift.org/package-manager/). ### Installation In Xcode go to: ```File -> Swift Packages -> Add Package Dependency...``` ![Step 1](https://github.com/amit-kremer93/resources/blob/main/1.png) Enter the AppsFlyer SDK GitHub repository - ```https://github.com/AppsFlyerSDK/AppsFlyerFramework``` ![Step 2](https://github.com/amit-kremer93/resources/blob/main/2.png) Select the SDK version ![Step 3](https://github.com/amit-kremer93/resources/blob/main/3.png) Select the AppsFlyerLib library ![Step 4](https://github.com/amit-kremer93/resources/blob/main/4.png) In your ```AppDelegate``` file: import AppsFlyerLib module ![Step 5](https://github.com/amit-kremer93/resources/blob/main/5.png) Start to use AppsFlyer SDK ![Step 6](https://github.com/amit-kremer93/resources/blob/main/6.png)