[M] add GUM Dependencies
This commit is contained in:
@@ -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