【通知】ios下暂不开启

iOS_release
zhangaotian 2024-06-25 16:31:39 +08:00
parent 5e516514f0
commit 2b7cb5b52a
1 changed files with 2 additions and 1 deletions

View File

@ -110,8 +110,9 @@ public class UILoginPanelController : UIWindow
LoginManager.Instance.ShowLogin = true; LoginManager.Instance.ShowLogin = true;
AppInfoManager.Instance.CurLoginState = AppInfoManager.NetConfigID.DeviceID; AppInfoManager.Instance.CurLoginState = AppInfoManager.NetConfigID.DeviceID;
CloseWin(); CloseWin();
#if UNITY_ANDROID
Notification.Android.SetNotification("通知", "测试通知", DateTime.UtcNow.AddSeconds(5f), "small", "large", "测试", true); Notification.Android.SetNotification("通知", "测试通知", DateTime.UtcNow.AddSeconds(5f), "small", "large", "测试", true);
#endif
} }
private async void CloseWin() private async void CloseWin()