diff --git a/Assets/Scripts/UI/UIMainModel.cs b/Assets/Scripts/UI/UIMainModel.cs index 147f6b8..7078891 100644 --- a/Assets/Scripts/UI/UIMainModel.cs +++ b/Assets/Scripts/UI/UIMainModel.cs @@ -84,16 +84,17 @@ public class UIMainModel : UIBase } else { - if (IAPManager.Instance.IsSubscribed()) - { - IsPlaying = true; - } - else - { - int freeNum= PlayerPrefs.GetInt("FreeNum_" + GameData.Instance.appleUserId, 3); - SubDetailsText.text = $"{freeNum} free trals available and all types of products can be used after subscription"; - dingyueBg.SetActive(true); - } + IsPlaying = true; + //if (IAPManager.Instance.IsSubscribed()) + //{ + // IsPlaying = true; + //} + //else + //{ + // int freeNum= PlayerPrefs.GetInt("FreeNum_" + GameData.Instance.appleUserId, 3); + // SubDetailsText.text = $"{freeNum} free trals available and all types of products can be used after subscription"; + // dingyueBg.SetActive(true); + //} } } diff --git a/Assets/StreamingAssets/build_info b/Assets/StreamingAssets/build_info index 601a592..6b8840c 100644 --- a/Assets/StreamingAssets/build_info +++ b/Assets/StreamingAssets/build_info @@ -1 +1 @@ -Build from CHINAMI-5S19PK6 at 2025/7/31 17:47:37 \ No newline at end of file +Build from CHINAMI-5S19PK6 at 2025/8/1 14:26:26 \ No newline at end of file