标签: ios iphone cocoa-touch multitasking
我正在尝试为我的特殊需求创建一个小提醒应用程序;-) 有没有办法告诉iOS在特定时间/定期从后台唤醒我的应用程序?
如果需要,应用程序将决定打开屏幕或播放声音。
到目前为止,我无法弄清楚如何做到这一点。我在iOS 7多任务处理中找到的就是播放音乐,下载数据等等。没有时间......
答案 0 :(得分:1)
据我所知,这是不可能的。
您最接近的方法是发送本地或推送通知。
答案 1 :(得分:0)
查看本地通知:https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html
主要课程为UILocalNotification,记录在https://developer.apple.com/library/ios/documentation/iphone/Reference/UILocalNotification_Class/Reference/Reference.html
UILocalNotification