Apple supports dynamic library (.dylib) from iOS 8 [ iphone/ipad app ]. My research shows that if we use "dlopen" [ void* dylibLink = dlopen(dylibPath, RTLD_NOW); ] method Apple will reject our app.
If anyone has successfully submitted an app with a dynamic lib, could you please help me with the steps?