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