[M] add GUM Dependencies
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
</androidPackages>
|
||||
<iosPods>
|
||||
<iosPod name="AppLovinSDK" version="13.5.1" />
|
||||
<iosPod name="GoogleUserMessagingPlatform" version="~> 2.1" />
|
||||
</iosPods>
|
||||
</dependencies>
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -177,8 +177,8 @@ namespace tysdk.editor
|
||||
}
|
||||
|
||||
// AAT
|
||||
var trackingDescription = "Data will be used to deliver personalized content to you";
|
||||
infoDict.SetString("NSUserTrackingUsageDescription", trackingDescription);
|
||||
// var trackingDescription = "Data will be used to deliver personalized content to you";
|
||||
// infoDict.SetString("NSUserTrackingUsageDescription", trackingDescription);
|
||||
|
||||
// Photo Library
|
||||
infoDict.SetBoolean("PHPhotoLibraryPreventAutomaticLimitedAccessAlert", true);
|
||||
@@ -222,7 +222,7 @@ namespace tysdk.editor
|
||||
queriesSchemesArray.AddString("fbapi20150629");
|
||||
queriesSchemesArray.AddString("fbapi20160328");
|
||||
}
|
||||
AddSKAdNetworkIdentifier(infoDict);
|
||||
//AddSKAdNetworkIdentifier(infoDict);
|
||||
|
||||
// "en", "fr", "de", "es", "id", "zh-Hans", "zh-Hant", "nl", "it", "ja", "ko", "ms", "pl", "pt", "th", "tr", "ar"
|
||||
var localization = infoDict.CreateArray("CFBundleLocalizations");
|
||||
|
||||
Reference in New Issue
Block a user