在watchOS2中安排本地通知

时间:2015-11-18 01:00:01

标签: ios xcode watchkit uilocalnotification apple-watch

我想知道是否可以从手表创建本地通知的时间表,而无需通过WCSession与配对的iOS手机通信。如果是这样,如何安排通知?我创建通知但后来不知道如何在设备上安排它/自动呈现它?

UILocalNotification *theNotification = [[UILocalNotification alloc] init];
[theNotification setAlertBody:@"This is a test"];
[theNotification setAlertTitle:@"Test"];
...???

由于

0 个答案:

没有答案