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