{"id":21478256,"url":"https://github.com/appsflyersdk/appsflyerframework","last_synced_at":"2025-04-05T01:06:38.419Z","repository":{"id":45866111,"uuid":"43428317","full_name":"AppsFlyerSDK/AppsFlyerFramework","owner":"AppsFlyerSDK","description":"AppsFlyer Apple SDK","archived":false,"fork":false,"pushed_at":"2024-04-26T15:57:30.000Z","size":664047,"stargazers_count":158,"open_issues_count":30,"forks_count":89,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-04-27T16:04:41.590Z","etag":null,"topics":["appsflyer","appsflyer-apple-sdk","ios"],"latest_commit_sha":null,"homepage":"https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppsFlyerSDK.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-30T11:06:01.000Z","updated_at":"2024-06-10T14:49:06.897Z","dependencies_parsed_at":"2024-06-10T14:49:04.650Z","dependency_job_id":"3ed00edb-ab4a-43f6-b88c-6d76b8107688","html_url":"https://github.com/AppsFlyerSDK/AppsFlyerFramework","commit_stats":{"total_commits":385,"total_committers":26,"mean_commits":"14.807692307692308","dds":0.6727272727272727,"last_synced_commit":"e248ac38ac97ab6926e500ace97e220d10df7d41"},"previous_names":[],"tags_count":129,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2FAppsFlyerFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2FAppsFlyerFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2FAppsFlyerFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2FAppsFlyerFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppsFlyerSDK","download_url":"https://codeload.github.com/AppsFlyerSDK/AppsFlyerFramework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271530,"owners_count":20911587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appsflyer","appsflyer-apple-sdk","ios"],"created_at":"2024-11-23T11:17:26.517Z","updated_at":"2025-04-05T01:06:38.404Z","avatar_url":"https://github.com/AppsFlyerSDK.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-capacitor-plugin/main/assets/AFLogo_primary.png\"  width=\"450\"\u003e\n\u003c/p\u003e\n\n# AppsFlyerFramework\n\n[![Version](https://img.shields.io/cocoapods/v/AppsFlyerFramework.svg?style=flat)](http://cocoapods.org/pods/AppsFlyerFramework)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)](https://swift.org/package-manager)\n\n\n\n# Table Of Contents\n\n1. [Cocoapods](#pods)\n1. [Swift Package Manager](#SPM)\n1. [Carthage](#carthage)\n1. [Integration](#integration)\n1. [Support](#support)\n\n# [Cocoapods](#pods)\n\nIn order to install `AppsFlyerLib` framework via Cocoapods, you should choose the binary version, that you require, add it to your `Podfile` and run `pod install/update`:\n\n```ruby\n# For statically linked library\npod 'AppsFlyerFramework'\n\n# For dynamically linked library\npod 'AppsFlyerFramework/Dynamic'\n\n# For Strict (No IDFA colection) library\npod 'AppsFlyerFramework/Strict'\n```\n\nFor more reference on using Cocoapods, please click [here](https://guides.cocoapods.org/)\n\n# [Swift Package Manager](#SPM)\n\n1. **Add a Swift Package File**\n   - In your Xcode project, go to **File** \u003e **Swift Packages** \u003e **Add Package Dependency**.\n\n3. **Enter Package Repository URL**\n   - In the dialog that appears, enter the URL of the repository that hosts the AppsFlyerFramework package:\n   ```ruby\n    # For statically linked library\n    https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static\n\n    # For dynamically linked library\n    https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic\n\n    # For Strict (No IDFA colection) library\n    https://github.com/AppsFlyerSDK/AppsFlyerFramework-Strict\n    ```\n**Note:** Three separated repositories for SPM support versions `6.12.0` and higher. \nFor versions lower than `6.12.0`, please, use our main `AppsFlyerFramework` repository URL.\n\n4. **Select fetched package**\n5. **Click on the **Next** button to proceed and choose the target, which should be using the dependency**\n6. **Integrate Package**\n\n\n# [Carthage](#carthage)\n\nIn order to fetch AppsFlyerLib artifacts using `Carthage`, please use binary-only method, described [here](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile). \nAll necessary JSON files with links to the binary artifacts are located in `Carthage` folder in the root of the repository.\n\n# [Integration](#integration)\n\nIn order to get instruction on how to integrate AppsFlyer iOS SDK please visit the following page - [iOS SDK](https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS).\n\nRelease Notes can be found [here](https://support.appsflyer.com/hc/en-us/articles/115001224823#ios-sdk-v6-release-notes).\n\n# [Support](#support)\n\nIn order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com\nWhen submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , reproduction steps, logs, code snippets and any additional relevant information.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsflyersdk%2Fappsflyerframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsflyersdk%2Fappsflyerframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsflyersdk%2Fappsflyerframework/lists"}