We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 这个接口如果设置时间比现在早,就立即推送,但是一但设置的晚于现在时间,就不会推送了,感觉是闹钟出现了问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 这个接口如果设置时间比现在早,就立即推送,但是一但设置的晚于现在时间,就不会推送了,感觉是闹钟出现了问题
The text was updated successfully, but these errors were encountered: