UIPasteboard is not available in background

Since I update my iOS device to iOS 9 and Xcode to 7 stable version, I found the `UIPasteboard.generalPasteboard().string` return `nil` when the app in the background. I had use `NSTimer` to monitor the pasteboard schedulely. It works in iOS 8, but in iOS 9 I need to return to the app.

Replies

did you managed to find any solutions so far?