[M] move Applovin.Max & Appsflyer to Assets

This commit is contained in:
2024-08-08 17:54:20 +08:00
parent 4343d67794
commit e058996e29
164 changed files with 668 additions and 3604 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using AppsFlyerSDK;
using ThinkingData.Analytics;
using tysdk;
using UnityEngine;
@@ -50,6 +51,15 @@ public class SDKTest : MonoBehaviour
};
MaxSdk.InitializeSdk();
TDAnalytics.Init("0caf287574bd4a9bb08be8995705ef6f", "https://122-slg-online01.qijihdhk.com:8991");
AppsFlyer.setIsDebug(true);
#if UNITY_IOS
AppsFlyer.initSDK("rSySeWtvKabfbPZE7Lmx7C","6505145935");
#elif UNITY_ANDROID
AppsFlyer.initSDK("rSySeWtvKabfbPZE7Lmx7C", null);
#endif
AppsFlyer.startSDK();
//AppsFlyerAdRevenue.start();
}
private async void OnLogin(EAccoutType accoutType)