I've tried prowling stackoverflow, and I've found some answers where you:
1) update UIPasteboard
, which I don't want to be altering for obvious reasons (Allow Full Access check in keyboards iOS10)
2) check NSUserdefaults
, drawbacks are the keyboard must be opened, and allow full access be enabled, and if it is later disabled, there will be the false value (https://forums.developer.apple.com/thread/28690)
Looking for iOS 10, Swift 3 solution. Thank you!