Skip to content

isabella232/appsflyer-unreal-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal AppsFlyer Plugin

v6.0.51

🛠 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, code snippets, logs, and any additional relevant information.

Table of content

  • iOS AppsFlyerSDK v6.0.5
  • Android AppsFlyerSDK v5.4.5
  • In your game’s root directory, create a folder named Plugins
  • Copy the AppsFlyer folder into it. You should have something like
  MyProject
  ├── Plugins
          └── AppsFlyerSDK
              └── AppsFlyerSDK.uplugin

Great guides on how to use the plugin can be viewed here.

First open Settings > Project Setting... and locate AppsFlyer under the Plugins section.

Set your App_ID (iOS only), Dev_Key and enable AppsFlyer to detect installations, sessions (app opens) and updates.

This is the minimum requirement to start tracking your app installs and is already implemented in this plugin. You MUST modify this call and provide:
AppsFlyer Dev Key - Your application devKey provided by AppsFlyer.
Apple App ID - For iOS only. Your iTunes Application ID.
Is Debug - When enabled the AppsFlyer SDK debug logs will be printed (development only!)

Once your dev key and app_id is set you are ready to use AppsFlyer!

You will also need to make sure your package name is set up with a AppsFlyer Dashboard.

See the full API available for this plugin.

Check out the demo for this project here.

About

AppsFlyer SDK for Unreal Engine 4

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.8%
  • Objective-C++ 7.7%
  • C# 5.7%
  • Objective-C 2.8%