- The plugin is built with The External Dependency Manager for Unity (EDM4U) (formerly Play Services Resolver / Jar Resolver)
- The External Dependency Manager for Unity is distributed with the
appsflyer-unity-pluginby default. - This will ease the integration process, by resolving dependency conflicts between your plugin and other plugins in your project.
- Adding the
appsflyer-unity-plugin.v*.unitypackagewill automatically import all the assets required for both the AppsFlyer SDK and the External Dependency Manager for Unity.
- If you do not wish to include The External Dependency Manager for Unity then follow these steps:
- import
appsflyer-unity-plugin.v*.unitypackageto your project but make sure to uncheck theEDM4Udependencies.
- Download and add the required Android dependencies to the Assets/Plugins/Android folder:
- Download and add the required iOS dependencies to the Assets/Plugins/iOS/AppsFlyer folder:
- Download the iOS SDK as a static library
- Unzip the file you downloaded
- Drag & drop all the files into the
Assets/Plugins/iOS/AppsFlyerfolder

