Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何从我的本机 iphone 应用程序发送带有特定计时器请求的设备令牌,以便在指定时间后推送通知警报到达设备。
你的问题的标题和它的文本不完全匹配。
为推送设置计时器请求的最简单方法是注册提供定时请求的推送服务提供商(UrbanAirship 可以,但您可能还想查看 iLime 或 push.io 等其他服务)。
另一种选择是编写一个服务器,您可以在其中对请求进行排队,然后运行一个 cron 作业将它们推出。显然,这将需要更多的工作。要实际发布消息,您可以使用 ASIHTTPRequest 之类的东西。
您可能还想告诉您的用户不要依赖确切的时间。很多变量会进入该过程,尤其是当用户使用 WiFi 时。