[M] move Applovin.Max & Appsflyer to Assets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user