I want to know some questions about UIPasteboard
.
Is
UIPasteboard
is secure? means if we save any sensitive / Confidential information inUIPasteboard
and want to access that data in only two iOS applications, no other application must have permission to access thatUIPasteboard
data. Is it possible ?What is the size of
UIPasteboard
?Data is being saved using
UIPasteboard
, I want to know what are the different cases when data can be loss ?