[M] add GUM Dependencies

This commit is contained in:
2026-01-20 23:55:45 +08:00
parent 5b3dfd98c2
commit 086d862cba
3 changed files with 9 additions and 5 deletions

View File

@@ -6,5 +6,6 @@
</androidPackages>
<iosPods>
<iosPod name="AppLovinSDK" version="13.5.1" />
<iosPod name="GoogleUserMessagingPlatform" version="~&gt; 2.1" />
</iosPods>
</dependencies>

View File

@@ -224,8 +224,11 @@ ec3c8fd688cdb5e2
eb68f93a08156e04
*/
const string AD_ID = "c6c49a100de8496c";
#if UNITY_IOS
private static string AD_ID = "ec3c8fd688cdb5e2";
#else
private static string AD_ID = "c6c49a100de8496c";
#endif
public void OnAppMaxBtn()
{