UIPasteboard doesn't work in iOS9 Xcode7.0
问题 i want to update my app to make compatible of iOS9.UIPasteboard's methods ware working perfectly till iOS8 but when i run in iOS9 there is no response from UIPasteboard. i mean to say, i'm not getting string or url or images. i read Apple'S Developer Document but can't find something useful.to get string from UIPasteboard i use following method.. id data; data = [UIPasteboard generalPasteboard].image; if(!data){ data = [UIPasteboard generalPasteboard].string; if(!data){ data = [UIPasteboard