jpush-unity3d-plugin
jpush-unity3d-plugin copied to clipboard
AddLocalNotificationByDate 接口延时没有用
System.DateTime date=System.DateTime.Now; Debug.Log("tjtest NotificationMessage:"+date.Year+" "+date.Month+" "+date.Day+" "+date.Hour+" "+date.Minute+" "+date.Second); JPushBinding.AddLocalNotificationByDate(0, "内容", "标题1111", 1,date.Year, date.Month, date.Day, date.Hour, date.Minute, 59, "");
AddLocalNotificationByDate 这个接口如果设置时间比现在早,就立即推送,但是一但设置的晚于现在时间,就不会推送了,感觉是闹钟出现了问题