{"id":21478292,"url":"https://github.com/appsflyersdk/appsflyer-unity-plugin","last_synced_at":"2025-04-09T16:10:42.091Z","repository":{"id":40370079,"uuid":"208567311","full_name":"AppsFlyerSDK/appsflyer-unity-plugin","owner":"AppsFlyerSDK","description":"AppsFlyer Unity Plugin","archived":false,"fork":false,"pushed_at":"2025-03-31T09:49:06.000Z","size":145736,"stargazers_count":164,"open_issues_count":4,"forks_count":64,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-09T16:10:36.567Z","etag":null,"topics":["appsflyer","appsflyer-unity-plugin","sdk","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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}},"created_at":"2019-09-15T08:58:24.000Z","updated_at":"2025-03-16T11:21:10.000Z","dependencies_parsed_at":"2024-03-06T12:44:56.167Z","dependency_job_id":"f8f86c28-45ba-4e07-b45e-a512fd3798ca","html_url":"https://github.com/AppsFlyerSDK/appsflyer-unity-plugin","commit_stats":null,"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2Fappsflyer-unity-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2Fappsflyer-unity-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2Fappsflyer-unity-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppsFlyerSDK%2Fappsflyer-unity-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppsFlyerSDK","download_url":"https://codeload.github.com/AppsFlyerSDK/appsflyer-unity-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065285,"owners_count":21041872,"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-unity-plugin","sdk","unity"],"created_at":"2024-11-23T11:17:35.670Z","updated_at":"2025-04-09T16:10:42.074Z","avatar_url":"https://github.com/AppsFlyerSDK.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://massets.appsflyer.com/wp-content/uploads/2018/06/20092440/static-ziv_1TP.png\"  width=\"400\" \u003e\n\n# appsflyer-unity-plugin\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![GitHub tag](https://img.shields.io/github/v/release/AppsFlyerSDK/appsflyer-unity-plugin)](https://img.shields.io/github/v/release/AppsFlyerSDK/appsflyer-unity-plugin)\n[![Unit tests](https://github.com/AppsFlyerSDK/appsflyer-unity-plugin/actions/workflows/main.yml/badge.svg)](https://github.com/AppsFlyerSDK/appsflyer-unity-plugin/actions/workflows/main.yml)\n[![check packages](https://github.com/af-margot/appsflyer-unity-plugin-beta/actions/workflows/checksums_files.yml/badge.svg)](https://github.com/af-margot/appsflyer-unity-plugin-beta/actions/workflows/checksums_files.yml)\n\n\n🛠 In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com\n\n\u003e *When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information.*\n\n## 📖 The Unity documentation also be found [here](https://dev.appsflyer.com/hc/docs/unity-plugin)\n\n### \u003ca id=\"plugin-build-for\"\u003e This plugin is built for\n\n- Android AppsFlyer SDK v6.16.2\n- iOS AppsFlyer SDK v6.16.2\n\n---\n### \u003ca id=\"init-sdk-deeplink\"\u003e AD_ID permission for Android\n\nIn v6.8.0 of the AppsFlyer SDK, we added the normal permission com.google.android.gms.permission.AD_ID to the SDK's AndroidManifest, to allow the SDK to collect the Android Advertising ID on apps targeting API 33. If your app is targeting children, you need to revoke this permission to comply with Google's Data policy. You can read more about it [here](https://dev.appsflyer.com/hc/docs/install-android-sdk#the-ad_id-permission).\n\n---  \n## \u003ca id=\"breaking-changes\"\u003e     ❗❗ Breaking changes when updating to 6.12.20 ❗❗\n- Starting from version 6.12.20, we have changed the way we distribute the plugin via UPM. The UPM branches will no longer hold a dependency for `com.google.external-dependency-manager` as it was proved to cause issues in different versions of Unity - to be clear, this dependency is still required to utilize our plugin, we just can't distribute the plugin with it in UPM form as the EDM4U dependency is [not available via UPM for quite a while already](https://github.com/googlesamples/unity-jar-resolver/issues/434#issuecomment-827028132) but is still available via `.unitypackage` or `.tgz` files, if you use UPM to fetch our plugin - [please download a suitable version of EDM4U](https://github.com/googlesamples/unity-jar-resolver) so you will be able to resolve the dependencies, or opt for [an installation without EDM4U](https://github.com/AppsFlyerSDK/appsflyer-unity-plugin/blob/master/docs/Installation.md#installation-without-unity-jar-resolver).\n---  \n\n## \u003ca id=\"breaking-changes\"\u003e     ❗❗ Breaking changes when updating to 6.6.0 ❗❗\n- Starting version 6.6.0, there is no more need to differentiate between iOS and Android APIs. All APIs must be called with `AppsFlyer` class (even if the API is only iOS or Android).\n- Please take into consideration that since version 6.6.0, most of the APIs require `initSDK` to be called prior to using them, and since version 6.10.10 only a handful of APIs will properly work when called prior to initialization: `setIsDebug`, `setCurrencyCode`, `setHost`, `disableSKAdNetwork`.\n\nExample:\n\nBefore 6.6.0:\n```c#\n#if UNITY_IOS \u0026\u0026 !UNITY_EDITOR\n    AppsFlyeriOS.waitForATTUserAuthorizationWithTimeoutInterval(60);\n#endif\n```\n---\n\nAfter 6.6.0:\n```c#\n#if UNITY_IOS \u0026\u0026 !UNITY_EDITOR\n    AppsFlyer.waitForATTUserAuthorizationWithTimeoutInterval(60);\n#endif\n```\n---\n\n## \u003ca id=\"breaking-changes\"\u003e     ❗❗ Breaking changes when updating to 6.3.0 ❗❗\n\n- 6.3.0 supports Universal Windows Platform. As part of this update, the AppsFlyerObjectScript changes to include the app_id for your UWP app. If you made changes to this file, please merge them with the new AppsFlyerObjectScript.\nPlease also note that you can leave the uwp app id field empty. \n\n- From version `6.3.0`, we use `xcframework` for iOS platform, then you need to use cocoapods version \u003e= 1.10\n\n## \u003ca id=\"migration\"\u003e ⏩ Migration \n  \nMigrating from the old plugin? (version V4) \u003cbr/\u003e\nView the migration docs [here](/docs/MigrationGuide.md).\n\n⚠️ There are **breaking** changes when migrating to `Unity v5`. This includes new API, different class/package names, and the removal of `com.appsflyer.GetDeepLinkingActivity`.\n\n## \u003ca id=\"strict-mode\"\u003e Strict Mode\nThe plugin supports a Strict Mode which completely removes the IDFA collection functionality and AdSupport framework dependencies.\nUse the Strict Mode when developing apps for kids, for example.\nMore information about how to install the Strict Mode is available [here](/docs/Installation.md).\n\n ---\n## \u003ca id=\"plugin-build-for\"\u003e 🚀 Getting Started\n- [Installation](/docs/Installation.md)\n- [Integration](/docs/BasicIntegration.md)\n- [Test integration](/docs/Testing.md)\n- [In-app events](/docs/InAppEvents.md)\n- [Uninstall measurement](/docs/UninstallMeasurement.md)\n## \u003ca id=\"plugin-build-for\"\u003e 🔗 Deep Linking\n- [Integration](/docs/DeepLinkIntegrate.md)\n- [Unified Deep Link (UDL)](/docs/UnifiedDeepLink.md)\n- [User invite](/docs/UserInvite.md)\n## \u003ca id=\"plugin-build-for\"\u003e 🧪 Sample App\n- [ButterFlyer](https://github.com/AppsFlyerSDK/appsflyer-unity-sample-app)\n\n----  \n### [API reference](/docs/API.md)    \n### [Troubleshooting](/docs/Troubleshooting.md)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsflyersdk%2Fappsflyer-unity-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsflyersdk%2Fappsflyer-unity-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsflyersdk%2Fappsflyer-unity-plugin/lists"}