|
|
|
|
|
by avianlyric
2188 days ago
|
|
There a APIs in iOS (which existed before iOS 14) that allow you ask the OS if the clipboard content matches a pattern (e.g. is it a URL) that doesn’t trigger the warning in iOS 14. It does appear that lots of apps don’t use these APIs, the developers probably never knew the existed till now, but there is a privacy preserving method of the building the functionality you talk of. |
|
I don’t think that’s the case. You can check if there’s a URL in the clipboard but that’s a UTI thing.
Most of the URLs would likely be in the “strings” section of the clipboard.