Video 308 on WWDC 2013 says "link your libraries statically" when explaining how to validate purchase receipts, to prevent someone (hacker) from swapping the validation library with another library that validates everything.
In terms of practical steps in Xcode what does this "link your libraries statically" mean?
EDIT
Ok, I know what a static libraries are and how you link them. My doubt here is that their phrase is reversed. Instead of saying "add your code as a static library" or "link to your static library", they said "link statically to your code". This sounded to me as something different. I am just trying to confirm that this is the same thing as simply linking against a static library.
