One simple and naive method is to run strings and grep in library files. those.
strings libSomething.a | grep uniqueIdentifier
If you see a string that accurately prints a uniqueIdentifier , there is a risk that they call it. This method is not 100% bullet proof. But I expect Apple to do a similar check in its automatic check.
source share