You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user