iOS - 실무관련/Error userNotificationCenter의 willPresent 함수를 백그라운드에서 실행하는 방법은 뭘까? (미해결) by print_soo 2022. 7. 7. 현재의 상황: willPresent를 백그라운드에서 실행되도록하여 알람이 실행되었을 때 소리를 울리게 한다거나, 진동이 울리도록 만들려고 한다. 문제: willPresent가 백그라운드에서 실행되지 않기 때문에 소리, 진동을 울리게 할 수 없다. 해결: 공유하기 게시글 관리 개발 때문에 저작자표시 비영리 'iOS - 실무관련 > Error' 카테고리의 다른 글 Exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:] 에러 위치 확인하기. (0) 2022.06.12 Push segues can only be used when the source controller is managed by an instance of UINavigationController. (0) 2022.03.27 관련글 Exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:] 에러 위치 확인하기. Push segues can only be used when the source controller is managed by an instance of UINavigationController.