Recently iOS has an update of iOS 10 & there are certain changes for developers one of the change is now we can't check allow full access the way we did previously is given below
-(BOOL)isOpenAccessGranted{
return [UIPasteboard generalPasteboard];
}
I searched the latest Developer Guide for UIPasteboard, but was unable to solve it. Did any one has a proper solution for this.