[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

@@ -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");