时区 - 推送通知

发布于 2024-10-22 00:24:39 字数 91 浏览 2 评论 0原文

我想添加一项功能,使我的应用程序的用户能够在一天的某个时间间隔之间关闭通知。

存储该间隔(要考虑不同的时区)并相应发送推送通知的最佳方式是什么 - 谢谢

I want to add a feature that enables users of my app to turn off notifications between a interval in a day.

What's the best way to store that interval(different timezones to be considered) and send push notifications accordingly - Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱你是孤单的心事 2024-10-29 00:24:39

您可以检查NSTimeZone来检索时区,将其发送到服务器,并通过检查用户的时区来调整通知的发送。

You can check NSTimeZone to retreive the timezone, send it to the server, and adjust the sending of notifications by checking the timezone of users.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文