On iOS 14, when the user copy/paste content on another app, a notification is displayed with the name of the application where the pasteboard content came from :
Is it possible to get this information programmatically ?
For example, if the user copy a link on Safari and paste it on my app, can the app know the pasteboard content came from Safari ?
I didn't find anything like that on UIPasteboard or UIPasteConfiguration documentation.