恢复去广告ID
This commit is contained in:
parent
febdd6c937
commit
840201c539
|
@ -6,13 +6,11 @@ using UnityEngine.Purchasing;
|
||||||
|
|
||||||
public static class IAPProducts//商品ID统一小写
|
public static class IAPProducts//商品ID统一小写
|
||||||
{
|
{
|
||||||
public const string NoAds = "com.hotpotgames.mergetactics.global.removeads";//去广告商品ID
|
public const string NoAds = "mergemilitary_removeads";//去广告商品ID
|
||||||
//public const string Vip = "mergetactics_vip";//Vip
|
|
||||||
|
|
||||||
public static readonly Dictionary<string, ProductType> ProductDic = new Dictionary<string, ProductType>()
|
public static readonly Dictionary<string, ProductType> ProductDic = new Dictionary<string, ProductType>()
|
||||||
{
|
{
|
||||||
{ NoAds, ProductType.NonConsumable},
|
{ NoAds, ProductType.NonConsumable}
|
||||||
//{ Vip, ProductType.Subscription}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue