ios - UIPasteboard string returning null from Today extension -


it seems in ios 9/xcode 7 beta 5, unable access

[[uipasteboard generalpasteboard] string];   

from today widget extension every time no matter contents, returns (null). looked through release notes , did not see regarding this.

any ideas?

it seems undocumented bug ios 9 beta 5, in particular, ios runtime. same code works normal app on ios 9 beta 5, , today widget in ios 8.x devices.


Comments