2016-11-07 24 views

回答

1

您需要正确设置通知信息。不要设置alertLocalizationKeyshouldSendContentAvailable应设置为true

+0

的伟大工程:)感谢... –

1

试试这个代码,这将不会通知展示横幅

let notificationInfo = CKNotificationInfo() 
notificationInfo.shouldBadge = false 
notificationInfo.shouldSendContentAvailable = true 
subscription.notificationInfo = notificationInfo