iPhone 应用程序中基于计时器的提醒
我的应用程序要求用户在本地填写并保存表单。我希望在应用程序关闭 48 小时后提醒他,他有一份待处理的表格。 推送通知是唯一的出路吗?使用配置服务需要花钱吗?
My app asks the user to fill in and save a form locally. I want him to be reminded 48 hrs after the app has been closed that he has a pending form.
Is push notification the only way out? Does it cost money to use a provisioning service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iPhone OS 4 为未运行的应用程序添加了基于计时器的警报。有关简要说明,请参阅此处。我猜这意味着推送通知是版本 4 之前的唯一选择。
iPhone OS 4 adds timer-based alerting for apps that aren't running. See here for a brief description. I'm guessing this means that push notifications are your only option prior to version 4.