启动倒计时器应用程序
在 iPhone 中,在时钟下,我们有倒计时器,当计时器到期时,它会播放闹钟。 因此,我想从我的应用程序启动倒计时器。因此,无论我的应用程序是否运行,我都会收到警报。 除了UILocalNotification之外,还有什么解决办法吗?
In iPhone, under clock, we've count down timer and when timer expires it plays alarm.
So, from my app, I want to start the count down timer. So whether my app is running or not, I'll get alarm.
Apart from UILocalNotification, is there any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我的评论就是一个答案...
如果您希望它在您的应用程序被杀死时也能工作,
UILocalNotification
是您的(唯一)朋友。I think I make my comment an answer...
If you want it to work also if your app gets killed,
UILocalNotification
is your (only) friend.