There are previous threads about iOS static vs dynamic framework. However, I still need to clarification on this one. What my understanding is:
- There are static and dynamic framework in iOS.
- Static framework is essentially a package of static lib (.a) and other resources like bundle and header files.
- Only Apple can create dynamic framework in iOS.
- Regular developer outside Apple can only create static framework.
Is my understanding, correct?