NSNotificationCenter PasteboardChangedNotification Not Firing

I'm writing a custom keyboard for iOS and I'd like to detect when the user copies some text. I've read that you can use the NSNotificationCenter along with UIPasteboardChangedNotification in order ...