15
registerForRemoteNotificationTypes : iOS 8.0 이상에서 지원되지 않습니다
iOS 8.x에서 푸시 알림을 등록하려고 할 때 : application.registerForRemoteNotificationTypes(UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge | UIRemoteNotificationType.Sound) 다음과 같은 오류가 발생합니다. registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later. 그것을하는 새로운 방법은 무엇입니까? iOS 7.x 에서이 Swift 앱을 실행할 때 작동합니다. 편집하다 iOS 7.x에서 조건부 코드를 포함하면 (SystemVersion 조건부 또는 #if __IPHONE_OS_VERSION_MAX_ALLOWED> = …