Unreal mobile plugin

Unreal AppsFlyer plugin
v6.10.1
🛠 In order for us to provide optimal support, please submit any issues to [email protected] 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.
目次
- iOS AppsFlyerSDK v6.10.1
- Android AppsFlyerSDK v6.9.1
- 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
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 an AppsFlyer dashboard.

Check out the demo for this project here.
更新済 21日