当 EventKit 事件触发时通知应用程序
当给定日历中的事件触发时,我的应用程序是否可以收到通知?我尝试在 EventKit 中查找某些委托属性,但无济于事。
我希望我的应用程序在给定事件触发时运行特定代码。
Is it possible for my app to be notified when an event from a given calendar fires? I tried looking in EventKit for some delegate property, to no avail.
I want my app to run a certain code when a given event fires up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在通知中心注册您的应用程序,并创建本地通知实例,在本地通知实例的属性触发日期中只需给出您的事件结束时间(如果您在事件存储中为事件指定了警报)。即使您的应用程序,用户也会自动收到通知没有运行。希望这对您有帮助
Register your application in notification center, and create local notification instance , in the property fire date of local notification instance just give your event end time(alarms if you specified for events in the event store).Automatically user will be notified even if your app is not running. Hope this help you