diff --git a/iOS-files/cert/4AL4CPQ36M.p12 b/iOS-files/cert/4AL4CPQ36M.p12
index df32b29..f5c65f4 100644
Binary files a/iOS-files/cert/4AL4CPQ36M.p12 and b/iOS-files/cert/4AL4CPQ36M.p12 differ
diff --git a/iOS-files/cert/4AL4CPQ36M.rtf b/iOS-files/cert/4AL4CPQ36M.rtf
deleted file mode 100644
index ce87543..0000000
--- a/iOS-files/cert/4AL4CPQ36M.rtf
+++ /dev/null
@@ -1,8 +0,0 @@
-{\rtf1\ansi\ansicpg936\cocoartf2709
-\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-{\*\expandedcolortbl;;}
-\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
-\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
-
-\f0\fs24 \cf0 P12\uc0\u25991 \u20214 \u23494 \u30721 \u65306 123456}
\ No newline at end of file
diff --git a/iOS-files/cert/comarkgameft_adhoc.mobileprovision b/iOS-files/cert/comarkgameft_adhoc.mobileprovision
new file mode 100644
index 0000000..046e1b3
Binary files /dev/null and b/iOS-files/cert/comarkgameft_adhoc.mobileprovision differ
diff --git a/iOS-files/cert/comarkgameft_appstore.mobileprovision b/iOS-files/cert/comarkgameft_appstore.mobileprovision
new file mode 100644
index 0000000..55de1cd
Binary files /dev/null and b/iOS-files/cert/comarkgameft_appstore.mobileprovision differ
diff --git a/iOS-files/cert/comarkgameft_dev.mobileprovision b/iOS-files/cert/comarkgameft_dev.mobileprovision
new file mode 100644
index 0000000..3261441
Binary files /dev/null and b/iOS-files/cert/comarkgameft_dev.mobileprovision differ
diff --git a/iOS-files/cert/pass.txt b/iOS-files/cert/pass.txt
new file mode 100644
index 0000000..cad9923
--- /dev/null
+++ b/iOS-files/cert/pass.txt
@@ -0,0 +1 @@
+Tuyou@123
diff --git a/iOS-files/comarkgameft_adhoc.mobileprovision b/iOS-files/comarkgameft_adhoc.mobileprovision
deleted file mode 100644
index b65ee73..0000000
Binary files a/iOS-files/comarkgameft_adhoc.mobileprovision and /dev/null differ
diff --git a/iOS-files/comarkgameft_appstore.mobileprovision b/iOS-files/comarkgameft_appstore.mobileprovision
deleted file mode 100644
index f85ab0f..0000000
Binary files a/iOS-files/comarkgameft_appstore.mobileprovision and /dev/null differ
diff --git a/iOS-files/comarkgameft_dev.mobileprovision b/iOS-files/comarkgameft_dev.mobileprovision
deleted file mode 100644
index 58ba036..0000000
Binary files a/iOS-files/comarkgameft_dev.mobileprovision and /dev/null differ
diff --git a/sdk-intergration/Packages/tysdk/Editor/IOSBuildProcessor.cs b/sdk-intergration/Packages/tysdk/Editor/IOSBuildProcessor.cs
index d60af96..3ca337c 100644
--- a/sdk-intergration/Packages/tysdk/Editor/IOSBuildProcessor.cs
+++ b/sdk-intergration/Packages/tysdk/Editor/IOSBuildProcessor.cs
@@ -123,6 +123,8 @@ namespace tysdk.editor
proj.AddFrameworkToProject(target, "LocalAuthentication.framework", false);
proj.AddFrameworkToProject(target, "CoreGraphics.framework", false);
proj.AddFrameworkToProject(target, "WebKit.framework", false);
+ //Add AdSupport Framework
+ proj.AddFrameworkToProject(target, "AdSupport.framework", false);
}
private static void ProcessPlist(string root)
@@ -220,7 +222,18 @@ namespace tysdk.editor
localization.AddString("zh_CN");
localization.AddString("zh_TW");
+ //CoMo
+ //GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE
+ // GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE
+ // GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA
+ // GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS
+ infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE", true);
+ infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE", true);
+ infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA", true);
+ infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS", true);
+
File.WriteAllText(plistPath, plist.WriteToString());
+
}
private static void AddSKAdNetworkIdentifier(PlistElementDict infoDict)
diff --git a/sdk-intergration/ProjectSettings/ProjectSettings.asset b/sdk-intergration/ProjectSettings/ProjectSettings.asset
index abf198e..c74dc07 100644
--- a/sdk-intergration/ProjectSettings/ProjectSettings.asset
+++ b/sdk-intergration/ProjectSettings/ProjectSettings.asset
@@ -240,10 +240,10 @@ PlayerSettings:
iOSRenderExtraFrameOnPause: 0
iosCopyPluginsCodeInsteadOfSymlink: 0
appleDeveloperTeamID: 4AL4CPQ36M
- iOSManualSigningProvisioningProfileID: b1a6ca7e-8ddb-421a-a0c5-0ef1caab2e07
+ iOSManualSigningProvisioningProfileID: 7a45419e-edfb-4335-a18b-2fa4581d3e3f
tvOSManualSigningProvisioningProfileID:
VisionOSManualSigningProvisioningProfileID:
- iOSManualSigningProvisioningProfileType: 1
+ iOSManualSigningProvisioningProfileType: 2
tvOSManualSigningProvisioningProfileType: 0
VisionOSManualSigningProvisioningProfileType: 0
appleEnableAutomaticSigning: 2