Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.45 KB

File metadata and controls

29 lines (21 loc) · 2.45 KB

Adding appsflyer-unity-plugin to your project

  • 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-plugin by 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*.unitypackage will automatically import all the assets required for both the AppsFlyer SDK and the External Dependency Manager for Unity.

  1. import appsflyer-unity-plugin.v*.unitypackage to your project but make sure to uncheck the EDM4U dependencies.

  1. Download and add the required Android dependencies to the Assets/Plugins/Android folder:
    1. AppsFlyer Android SDK
    2. AppsFlyer Unity Wrapper
    3. Google Installreferrer library
  2. Download and add the required iOS dependencies to the Assets/Plugins/iOS/AppsFlyer folder:
    1. Download the iOS SDK as a static library
    2. Unzip the file you downloaded
    3. Drag & drop all the files into the Assets/Plugins/iOS/AppsFlyer folder