0
todayViewController에서 쿼리하려고하는데이 확장 프로그램을 실행할 때마다 클라이언트 ID를 설정하라는 요청을 받는다. 그런 다음 AppDelegate.m의 대상 멤버로 확장을 추가했습니다. 그러나 코드 :pfquery in today
[[UIApplication sharedApplication] registerUserNotificationSettings:notificationSettings];
[[UIApplication sharedApplication] registerForRemoteNotifications];
콘솔에서 설명한 오류로 연장 잘되지 작동합니다. 그런 다음이 부분에 주석을 달았습니다. 오늘 연장이 실행되지만 아무런 반응이 없습니다. 질문을 추가했습니다.
- (void)widgetPerformUpdateWithCompletionHandler:(void (^)(NCUpdateResult))completionHandler {
// Perform any setup necessary in order to update the view.
completionHandler(NCUpdateResultNewData);
}
도와주세요. 도와 주셔서 미리 감사드립니다!