我现在正在使用日历应用程序,它允许我设置提醒,即使我处于飞行模式,它也会提醒我。
我怎样才能在我的程序中做同样的事情?
你可以使用 UILocalNotifications,这里是 url https://developer.apple.com/library/ios/documentation/iPhone/Reference/UILocalNotification_Class/Reference/Reference.html
您的日历提醒是local notification
您设备上的一组。不需要push notification
互联网连接。
请参阅此处的通知使用示例