I was wondering that how to get pasteboard content when app was in background. It showed that: "retrieving pasteboard named com.apple.UIKit.pboard.general failed with error: Error Domain=PBErrorDomain Code=10 "Pasteboard com.apple.UIKit.pboard.general is not available at this time." And it returned null . how to deal with it ?
Can't get UIPasteboard content in the background
There’s no way to read the pasteboard while you’re in the background. This isn’t an omission, but rather a matter of policy.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"