update core

This commit is contained in:
2024-10-28 00:50:21 +08:00
parent 66b8593446
commit 6aa64eda22

View File

@@ -108,6 +108,9 @@ public class LaunchAppUtils
#if !UNITY_IOS
public static bool CheckTargetApp(string packageName)
{
#if UNITY_EDITOR
return false;
#endif
CheckInti();
//isInstallTapTap "com.xmcy.hykb"
return LaunchClass.CallStatic<bool>("isInstallTapTap", activityContext, packageName);