I semi-recently updated to Xcode 7 and IOS9 but I am encountering an issue. When I try to follow tutorials, I am told to add this line of code:
let notificationType = UIUserNotificationType.Alert | UIUserNotificationType.Badge | UIUserNotificationType.Sound
However, this causes an error that says "Binary operator cannot be applied to two UIUserNotificationType operands." If anyone knows a work-around to this I would very much appreciate some help.