I recently learned about App Extensions on iOS platform. I have a framework which i want to integrate with an application that supports ios 7 as well. I learned that i can check the ios version on runtime and then load the framework on runtime. I researched about it and there are some answers where it is written that you cannot use dlopen() command anymore because the application will be rejected on App store. But all those answers are pretty old.
Can i use dlopen() command to load the dynamic framework at runtime? if yes, can anyone show me how to use it?