时区 - 推送通知
我想添加一项功能,使我的应用程序的用户能够在一天的某个时间间隔之间关闭通知。
存储该间隔(要考虑不同的时区)并相应发送推送通知的最佳方式是什么 - 谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查
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.