[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

@@ -4,7 +4,6 @@ using System.Threading.Tasks;
using asap.core;
using Newtonsoft.Json.Linq;
using UnityEngine;
using AppsFlyerSDK;
namespace tysdk
{
@@ -39,20 +38,11 @@ namespace tysdk
public void Init()
{
AppsFlyer.setIsDebug(true);
#if UNITY_IOS
AppsFlyer.initSDK("rSySeWtvKabfbPZE7Lmx7C","6505145935");
#elif UNITY_ANDROID
AppsFlyer.initSDK("rSySeWtvKabfbPZE7Lmx7C", null);
#if UNITY_ANDROID
UnityBridgeFunc.InitSDK();
#endif
AppsFlyer.startSDK();
}
public void InitAfterLogin()
{
AppsFlyer.setCustomerUserId(_accountInfo.strUserId);
}
}
/*================================================