Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.24 KB

Testing.md

File metadata and controls

38 lines (27 loc) · 1.24 KB
title category parentDoc order hidden
Test Integration
5f9705393c689a065c409b23
6370c9e2441a4504d6bca3bd
2
false

You are can test your integration for the following OS:

Testing for iOS/Android

In order to test the plugin, you need to build an iOS/Android app. Then you can follow these guides:

To enable the debug logs, set the following API to true:

AppsFlyer.setIsDebug(true);

Testing for Windows

In order to test the plugin, you need to build your UWP app. To enable the debug logs, please uncomment the following line in AppsFlyerWindows.cs file.

#define AFSDK_WIN_DEBUG

After running the app, you will be able to find the logs in %USERPROFILE%\AppData\Local\Packages<productname>\TempState\UnityPlayer.log