Skip to content
New issue

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

AddLocalNotificationByDate 接口延时没有用 #45

Open
tj123678 opened this issue Aug 16, 2019 · 0 comments
Open

AddLocalNotificationByDate 接口延时没有用 #45

tj123678 opened this issue Aug 16, 2019 · 0 comments

Comments

@tj123678
Copy link

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 这个接口如果设置时间比现在早,就立即推送,但是一但设置的晚于现在时间,就不会推送了,感觉是闹钟出现了问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant