PushKit Changes
PushKit
Modified PKPushRegistry.desiredPushTypes
Declaration | |
---|---|
From | @NSCopying var desiredPushTypes: NSSet! |
To | var desiredPushTypes: Set<NSObject>! |
Modified PKPushTypeVoIP
Declaration | |
---|---|
From | let PKPushTypeVoIP: NSString! |
To | let PKPushTypeVoIP: String |