v6.2.6
π 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.
- iOS AppsFlyerSDK v6.2.6
- Android AppsFlyerSDK v6.3.0
- 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.